summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-03-26 10:55:20 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-03-26 10:55:20 +0000
commit35f9fdfdfda7a1aba41a97eb01d6dcd5feb279a6 (patch)
treeb3ada7f9381ebe91eeddb6a8bc4c08617ae9fae2 /llvm/lib/ExecutionEngine/JIT
parent4749b1ecd811c53e3881be0d960680c38b6bd2ed (diff)
downloadbcm5719-llvm-35f9fdfdfda7a1aba41a97eb01d6dcd5feb279a6.tar.gz
bcm5719-llvm-35f9fdfdfda7a1aba41a97eb01d6dcd5feb279a6.zip
PowerPC: Remove ADDIL patterns.
The ADDI/ADDI8 patterns are currently duplicated into ADDIL/ADDI8L, which describe the same instruction, except that they accept a symbolLo[64] operand instead of a s16imm[64] operand. This duplication confuses the asm parser, and it actually not really needed, since symbolLo[64] already accepts immediate operands anyway. So this commit removes the duplicate patterns. No change in generated code. llvm-svn: 178004
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud