Avoid a Symbol -> Name -> Symbol conversion.
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index a4e0954129d47af716d2146da810b653860253dc..f27411e47412b2d8315c55ba6156f67d00d7a786 100644 (file)
@@ -252,6 +252,6 @@ inline bool operator!=(const TargetOptions &LHS,
   return !(LHS == RHS);
 }
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif