| commit | 452f1f97bd6df8a94632664e67c5ed905b40897b | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Tue Jun 04 17:46:15 2013 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Tue Jun 04 17:46:15 2013 +0000 |
| tree | 7d3197b4d9c96ee4f91d423fb9f2799859d19dba | |
| parent | f69ce860487ec0b1eceb23f8391614d5772aae3b [diff] |
ARM: Fix crash in ARM backend inside of ARMConstantIslandPass The ARM backend did not expect LDRBi12 to hold a constant pool operand. Allow for LLVM to deal with the instruction similar to how it deals with LDRi12. This fixes PR16215. llvm-svn: 183238