Couple of small logical cleanups to use !empty rather than other
[oota-llvm.git] / lib / CodeGen / MachineRegisterInfo.cpp
index 7dad84db4542536f8156e7ec0914afd82179647f..f8b8796b25fb7432ec27d8ae55244edcaa494a16 100644 (file)
@@ -19,7 +19,7 @@
 
 using namespace llvm;
 
-// pin vtable to this file
+// Pin the vtable to this file.
 void MachineRegisterInfo::Delegate::anchor() {}
 
 MachineRegisterInfo::MachineRegisterInfo(const TargetMachine &TM)