mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-07 12:30:44 +00:00
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:
parent
763317de1b
commit
03a9939c61
@ -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