diff options
author | Anders Carlsson <andersca@mac.com> | 2008-02-05 17:26:36 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2008-02-05 17:26:36 +0000 |
commit | ef09d2b70a3b6f04c5d31c4c2bab2b7849f22561 (patch) | |
tree | 0799f1b15fbe20e9dae3975c321e6e32e6a8e6f7 | |
parent | cad3ab611ebd3bee3ce6395d649640047f904cde (diff) |
Use correct flag value.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46752 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/TargetInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h index c7d6b69fb7..04d89437d3 100644 --- a/include/clang/Basic/TargetInfo.h +++ b/include/clang/Basic/TargetInfo.h @@ -218,7 +218,7 @@ public: CI_None = 0x00, CI_AllowsMemory = 0x01, CI_AllowsRegister = 0x02, - CI_ReadWrite = 0x03 + CI_ReadWrite = 0x04 }; // validateOutputConstraint, validateInputConstraint - Checks that |