X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTransforms%2FUtils%2FLCSSA.cpp;h=9d40b6989d6e818954d9adc195c5bc12b0c22b8e;hp=fcc79864219e084e2262637fe9b1d7087763bd8b;hb=cd52a7a381a73c53ec4ef517ad87f19808cb1a28;hpb=d96e362b3f1c2b5b33f04df00a7abee415ebf006 diff --git a/lib/Transforms/Utils/LCSSA.cpp b/lib/Transforms/Utils/LCSSA.cpp index fcc79864219..9d40b6989d6 100644 --- a/lib/Transforms/Utils/LCSSA.cpp +++ b/lib/Transforms/Utils/LCSSA.cpp @@ -300,7 +300,7 @@ struct LCSSA : public FunctionPass { AU.addPreserved(); } }; -} // namespace +} char LCSSA::ID = 0; INITIALIZE_PASS_BEGIN(LCSSA, "lcssa", "Loop-Closed SSA Form Pass", false, false)