diff options
author | Quentin Colombet <qcolombet@apple.com> | 2013-04-17 18:46:12 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2013-04-17 18:46:12 +0000 |
commit | 6f03f624df1610ead4cc5eb38159221eaa1f1ba2 (patch) | |
tree | 536a018b225634e641dcb01ef9b100c57835555d /clang/lib/Sema/SemaDeclCXX.cpp | |
parent | f41cfba51009ab634c6ad36829c900adc37bdc13 (diff) | |
download | bcm5719-llvm-6f03f624df1610ead4cc5eb38159221eaa1f1ba2.tar.gz bcm5719-llvm-6f03f624df1610ead4cc5eb38159221eaa1f1ba2.zip |
Fix treatment of ARM unallocated hint instructions.
The reference manual defines only 5 permitted values for the immediate field of the "hint" instruction:
1. nop (imm == 0)
2. yield (imm == 1)
3. wfe (imm == 2)
4. wfi (imm == 3)
5. sev (imm == 4)
Therefore, restrict the permitted values for the "hint" instruction to 0 through 4.
Patch by Mihail Popa <Mihail.Popa@arm.com>
llvm-svn: 179707
Diffstat (limited to 'clang/lib/Sema/SemaDeclCXX.cpp')
0 files changed, 0 insertions, 0 deletions