diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-15 02:43:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-15 02:43:46 +0000 |
commit | dd57417c08d3fbb52935b70cf14edef34535d045 (patch) | |
tree | c7c6b45b0ba19f1c337f48291a2489acf4594114 /test/CodeGen/PowerPC/indirectbr.ll | |
parent | 65a0adb5978d44c791d047cb44792785abf71e4b (diff) | |
download | external_llvm-dd57417c08d3fbb52935b70cf14edef34535d045.zip external_llvm-dd57417c08d3fbb52935b70cf14edef34535d045.tar.gz external_llvm-dd57417c08d3fbb52935b70cf14edef34535d045.tar.bz2 |
remove some extraneous quotes to make the new instprinter match.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119104 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 ab8d9dc..5122ab3 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-"L0$pb") -; PIC: li r6, lo16(Ltmp0-"L0$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) |