fix an error compiling with -pedantic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-02-07 01:12:49 +00:00
parent 763317de1b
commit 03a9939c61

View File

@ -70,7 +70,7 @@ public:
enum ConstraintPrefix {
isInput, // 'x'
isOutput, // '=x'
isClobber, // '~x'
isClobber // '~x'
};
struct ConstraintInfo {