Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index a536e004c0ea984c18c3bcbd11229c99894c1b03..710e82d6b3d5c380a63a54cdcc618c5efc3fd58c 100644 (file)
@@ -2801,6 +2801,6 @@ void GetReturnInfo(Type* ReturnType, AttributeSet attr,
                    SmallVectorImpl<ISD::OutputArg> &Outs,
                    const TargetLowering &TLI);
 
-} // namespace llvm
+} // end llvm namespace
 
 #endif