From 49b3414322f14fb2bc233ddf71ff196e00c4aea5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Feb 2006 01:12:49 +0000 Subject: fix an error compiling with -pedantic llvm-svn: 26028 --- llvm/include/llvm/InlineAsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/include/llvm/InlineAsm.h b/llvm/include/llvm/InlineAsm.h index 44dd062ae74..c1bd2d01779 100644 --- a/llvm/include/llvm/InlineAsm.h +++ b/llvm/include/llvm/InlineAsm.h @@ -70,7 +70,7 @@ public: enum ConstraintPrefix { isInput, // 'x' isOutput, // '=x' - isClobber, // '~x' + isClobber // '~x' }; struct ConstraintInfo { -- cgit v1.2.3