CodeGeneration: Use FIXME instead of XXX
Cleanup suggested by ether.
llvm-svn: 131898
diff --git a/polly/lib/CodeGeneration.cpp b/polly/lib/CodeGeneration.cpp
index 3255a1a..94d97fe 100644
--- a/polly/lib/CodeGeneration.cpp
+++ b/polly/lib/CodeGeneration.cpp
@@ -1489,14 +1489,14 @@
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>();