mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-08 13:00:43 +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 {
|
enum ConstraintPrefix {
|
||||||
isInput, // 'x'
|
isInput, // 'x'
|
||||||
isOutput, // '=x'
|
isOutput, // '=x'
|
||||||
isClobber, // '~x'
|
isClobber // '~x'
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ConstraintInfo {
|
struct ConstraintInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user