X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FExecutionDepsFix.cpp;h=5b09cf1a0fd7176dd2f71033826d0a393abd4f7b;hp=dd508b3e5e328a7cbdad6e759c3345db8218f78b;hb=cd52a7a381a73c53ec4ef517ad87f19808cb1a28;hpb=cf0db29df20d9c665da7e82bb261bdd7cf7f1b2b diff --git a/lib/CodeGen/ExecutionDepsFix.cpp b/lib/CodeGen/ExecutionDepsFix.cpp index dd508b3e5e3..5b09cf1a0fd 100644 --- a/lib/CodeGen/ExecutionDepsFix.cpp +++ b/lib/CodeGen/ExecutionDepsFix.cpp @@ -110,7 +110,7 @@ struct DomainValue { Instrs.clear(); } }; -} // namespace +} namespace { /// Information about a live register. @@ -201,7 +201,7 @@ private: bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref); void processUndefReads(MachineBasicBlock*); }; -} // namespace +} char ExeDepsFix::ID = 0;