fix an error compiling with -pedantic
authorChris Lattner <sabre@nondot.org>
Tue, 7 Feb 2006 01:12:49 +0000 (01:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Feb 2006 01:12:49 +0000 (01:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26028 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/InlineAsm.h

index 44dd062ae748c24ee4929b247efc5f964b512f6b..c1bd2d017792f54ab62d53fc8d40ef14f9a82d92 100644 (file)
@@ -70,7 +70,7 @@ public:
   enum ConstraintPrefix {
     isInput,            // 'x'
     isOutput,           // '=x'
-    isClobber,          // '~x'
+    isClobber           // '~x'
   };
   
   struct ConstraintInfo {