MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef()
[oota-llvm.git] / include / llvm / CodeGen / GCMetadata.h
index b34f67a023cae2ac792890d0d740fb00455c49fc..163117b0781ccc7f55b4afe5484718ec63a42a1b 100644 (file)
@@ -160,9 +160,9 @@ class GCModuleInfo : public ImmutablePass {
 public:
   /// Lookup the GCStrategy object associated with the given gc name.
   /// Objects are owned internally; No caller should attempt to delete the
-  /// returned objects. 
+  /// returned objects.
   GCStrategy *getGCStrategy(const StringRef Name);
-  
+
   /// List of per function info objects.  In theory, Each of these
   /// may be associated with a different GC.
   typedef std::vector<std::unique_ptr<GCFunctionInfo>> FuncInfoVec;
@@ -201,6 +201,6 @@ public:
   /// will soon change.
   GCFunctionInfo &getFunctionInfo(const Function &F);
 };
-} // namespace llvm
+}
 
 #endif