X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FMachineCombiner.cpp;h=f33d0e6a28e508e39bbb4ae02b1a8c74097ab0aa;hb=9758b4ae957d85e4b1e7fff1592f276ae684ee98;hp=66b9fce4e460eb06972bbe7f38a81ad8b74491c7;hpb=8bd59f505ab88f16cc13427d8affb3e379511d40;p=oota-llvm.git diff --git a/lib/CodeGen/MachineCombiner.cpp b/lib/CodeGen/MachineCombiner.cpp index 66b9fce4e46..f33d0e6a28e 100644 --- a/lib/CodeGen/MachineCombiner.cpp +++ b/lib/CodeGen/MachineCombiner.cpp @@ -79,7 +79,7 @@ private: void instr2instrSC(SmallVectorImpl &Instrs, SmallVectorImpl &InstrsSC); }; -} // namespace +} char MachineCombiner::ID = 0; char &llvm::MachineCombinerID = MachineCombiner::ID;