Stuff after a #endif is not valid CPP input and breaks some compilers
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:56:52 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2001 18:56:52 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1375 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp

index 03eb104edb6186cb13e8d7aac88774c6c215bd43..9d3651a256e837fae444dabee69eef4423be28a8 100644 (file)
@@ -717,7 +717,7 @@ SchedGraph::addNonSSAEdgesForValue(const Instruction* instr,
           }
     }
 }
-#endif NEED_SEPARATE_NONSSA_EDGES_CODE
+#endif //NEED_SEPARATE_NONSSA_EDGES_CODE
 
 
 void
@@ -853,7 +853,7 @@ SchedGraph::buildNodesforBB(const TargetMachine& target,
                                   memNodeVec, regToRefVecMap,valueToDefVecMap);
           }
       }
-#endif  REALLY_NEED_TO_SEARCH_SUCCESSOR_PHIS
+#endif  //REALLY_NEED_TO_SEARCH_SUCCESSOR_PHIS
 }
 
 
@@ -939,7 +939,7 @@ SchedGraph::buildGraph(const TargetMachine& target)
   // TODO: This could probably be done much more efficiently.
   for (BasicBlock::const_iterator II = bb->begin(); II != bb->end(); ++II)
     this->addNonSSAEdgesForValue(*II, target);
-#endif NEED_SEPARATE_NONSSA_EDGES_CODE
+#endif //NEED_SEPARATE_NONSSA_EDGES_CODE
   
   // Then add edges for dependences on machine registers
   this->addMachineRegEdges(regToRefVecMap, target);
index 03eb104edb6186cb13e8d7aac88774c6c215bd43..9d3651a256e837fae444dabee69eef4423be28a8 100644 (file)
@@ -717,7 +717,7 @@ SchedGraph::addNonSSAEdgesForValue(const Instruction* instr,
           }
     }
 }
-#endif NEED_SEPARATE_NONSSA_EDGES_CODE
+#endif //NEED_SEPARATE_NONSSA_EDGES_CODE
 
 
 void
@@ -853,7 +853,7 @@ SchedGraph::buildNodesforBB(const TargetMachine& target,
                                   memNodeVec, regToRefVecMap,valueToDefVecMap);
           }
       }
-#endif  REALLY_NEED_TO_SEARCH_SUCCESSOR_PHIS
+#endif  //REALLY_NEED_TO_SEARCH_SUCCESSOR_PHIS
 }
 
 
@@ -939,7 +939,7 @@ SchedGraph::buildGraph(const TargetMachine& target)
   // TODO: This could probably be done much more efficiently.
   for (BasicBlock::const_iterator II = bb->begin(); II != bb->end(); ++II)
     this->addNonSSAEdgesForValue(*II, target);
-#endif NEED_SEPARATE_NONSSA_EDGES_CODE
+#endif //NEED_SEPARATE_NONSSA_EDGES_CODE
   
   // Then add edges for dependences on machine registers
   this->addMachineRegEdges(regToRefVecMap, target);