diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-17 16:29:15 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-17 16:29:15 +0000 |
commit | 9f23dee08c7052af2c4baae3e2b06518896742eb (patch) | |
tree | 8230136cbb254fd262924c3c232c23085d356e3a /test/CodeGen/PowerPC/indirectbr.ll | |
parent | 383b5f6b91914454a9a8a6d829b4eeb714c75113 (diff) | |
download | external_llvm-9f23dee08c7052af2c4baae3e2b06518896742eb.zip external_llvm-9f23dee08c7052af2c4baae3e2b06518896742eb.tar.gz external_llvm-9f23dee08c7052af2c4baae3e2b06518896742eb.tar.bz2 |
Start function numbering at 0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/indirectbr.ll')
-rw-r--r-- | test/CodeGen/PowerPC/indirectbr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/indirectbr.ll b/test/CodeGen/PowerPC/indirectbr.ll index 9b76ecc..ab8d9dc 100644 --- a/test/CodeGen/PowerPC/indirectbr.ll +++ b/test/CodeGen/PowerPC/indirectbr.ll @@ -43,8 +43,8 @@ L2: ; preds = %L3, %bb2 L1: ; preds = %L2, %bb2 %res.3 = phi i32 [ %phitmp, %L2 ], [ 2, %bb2 ] ; <i32> [#uses=1] -; PIC: addis r4, r4, ha16(Ltmp0-"L1$pb") -; PIC: li r6, lo16(Ltmp0-"L1$pb") +; PIC: addis r4, r4, ha16(Ltmp0-"L0$pb") +; PIC: li r6, lo16(Ltmp0-"L0$pb") ; PIC: add r4, r4, r6 ; PIC: stw r4 ; STATIC: li r5, lo16(Ltmp0) |