diff options
| author | Dan Gohman <gohman@apple.com> | 2009-11-05 23:31:40 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-11-05 23:31:40 +0000 |
| commit | 98693a3ac2f4f5a7e86e4a00899eaf9a30706497 (patch) | |
| tree | 4912a77c755ab5fcbeee73e863ae2ad539e74f93 /llvm/test/CodeGen/ARM | |
| parent | d53b5cfe3ff41cac991a190acaf6fdd96f4d47a7 (diff) | |
| download | bcm5719-llvm-98693a3ac2f4f5a7e86e4a00899eaf9a30706497.tar.gz bcm5719-llvm-98693a3ac2f4f5a7e86e4a00899eaf9a30706497.zip | |
Update these tests for the new label names.
llvm-svn: 86192
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/indirectbr.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/indirectbr.ll b/llvm/test/CodeGen/ARM/indirectbr.ll index cf4a1abc38b..8b56f132128 100644 --- a/llvm/test/CodeGen/ARM/indirectbr.ll +++ b/llvm/test/CodeGen/ARM/indirectbr.ll @@ -55,6 +55,6 @@ L1: ; preds = %L2, %bb2 store i8* blockaddress(@foo, %L5), i8** @nextaddr, align 4 ret i32 %res.3 } -; ARM: .long L_foo_L5-(LPC{{.*}}+8) -; THUMB: .long L_foo_L5-(LPC{{.*}}+4) -; THUMB2: .long L_foo_L5 +; ARM: .long LBA4__foo__L5-(LPC{{.*}}+8) +; THUMB: .long LBA4__foo__L5-(LPC{{.*}}+4) +; THUMB2: .long LBA4__foo__L5 |

