diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-06-04 01:15:28 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-06-04 01:15:28 +0000 |
| commit | 7f5976e11b7e8c3c61d304bc3e32c83f9ac28fdd (patch) | |
| tree | 8c0154effebacc34560de11e42e49d58c4847fcf /llvm/test/CodeGen | |
| parent | bb01ed9a0d129294c727070623eda608f8144ad9 (diff) | |
| download | bcm5719-llvm-7f5976e11b7e8c3c61d304bc3e32c83f9ac28fdd.tar.gz bcm5719-llvm-7f5976e11b7e8c3c61d304bc3e32c83f9ac28fdd.zip | |
Re-apply 72756 with fixes. One of those was introduced by we changed MachineInstrBuilder::addReg() interface.
llvm-svn: 72826
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/str_pre-2.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/str_pre-2.ll b/llvm/test/CodeGen/ARM/str_pre-2.ll index 247465f3320..e9f194574e4 100644 --- a/llvm/test/CodeGen/ARM/str_pre-2.ll +++ b/llvm/test/CodeGen/ARM/str_pre-2.ll @@ -1,6 +1,5 @@ ; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnu | grep {str.*\\!} ; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnu | grep {ldr.*\\\[.*\], #+4} -; XFAIL: * @b = external global i64* |

