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:
parent
50af3c6eb7
commit
0c9ddf7346
@ -70,7 +70,7 @@ public:
|
||||
enum ConstraintPrefix {
|
||||
isInput, // 'x'
|
||||
isOutput, // '=x'
|
||||
isClobber, // '~x'
|
||||
isClobber // '~x'
|
||||
};
|
||||
|
||||
struct ConstraintInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user