diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2013-07-01 19:51:36 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2013-07-01 19:51:36 +0000 |
commit | 4ba16b2c604b3d55fe4755f7359c69c46e19fc43 (patch) | |
tree | 99e02ac3b5d8b4c9dcf812402a4f53dcab279d76 | |
parent | 5c60a0728564de2cb2c44d0fc3d83cff02796714 (diff) | |
download | external_llvm-4ba16b2c604b3d55fe4755f7359c69c46e19fc43.zip external_llvm-4ba16b2c604b3d55fe4755f7359c69c46e19fc43.tar.gz external_llvm-4ba16b2c604b3d55fe4755f7359c69c46e19fc43.tar.bz2 |
Really fix the test. Sorry for the breakage...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185369 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/MSP430/jumptable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/jumptable.ll b/test/CodeGen/MSP430/jumptable.ll index 9e8b323..cfd64e0 100644 --- a/test/CodeGen/MSP430/jumptable.ll +++ b/test/CodeGen/MSP430/jumptable.ll @@ -13,7 +13,7 @@ entry: %0 = load i16* %i.addr, align 2 ; CHECK: add.w #.LJTI0_0, [[REG1:r[0-9]+]] ; CHECK: mov.w 0([[REG1]]), [[REG2:r[0-9]+]] -; CHECK: mov.w r14, [[REG2]] +; CHECK: mov.w [[REG2]], pc switch i16 %0, label %sw.default [ i16 0, label %sw.bb i16 1, label %sw.bb1 |