1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

fix an error compiling with -pedantic

llvm-svn: 26028
This commit is contained in:
Chris Lattner 2006-02-07 01:12:49 +00:00
parent 50af3c6eb7
commit 0c9ddf7346

View File

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