mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
CodeGeneration: Use FIXME instead of XXX
Cleanup suggested by ether. llvm-svn: 131898
This commit is contained in:
@@ -1489,14 +1489,14 @@ class CodeGeneration : public ScopPass {
|
||||
AU.addPreserved<CloogInfo>();
|
||||
AU.addPreserved<Dependences>();
|
||||
|
||||
// XXX: We do not create LoopInfo for the newly generated loops.
|
||||
// FIXME: We do not create LoopInfo for the newly generated loops.
|
||||
AU.addPreserved<LoopInfo>();
|
||||
AU.addPreserved<DominatorTree>();
|
||||
AU.addPreserved<ScopDetection>();
|
||||
AU.addPreserved<ScalarEvolution>();
|
||||
|
||||
// XXX: We do not yet add regions for the newly generated code to the region
|
||||
// tree.
|
||||
// FIXME: We do not yet add regions for the newly generated code to the
|
||||
// region tree.
|
||||
AU.addPreserved<RegionInfo>();
|
||||
AU.addPreserved<TempScopInfo>();
|
||||
AU.addPreserved<ScopInfo>();
|
||||
|
||||
Reference in New Issue
Block a user