summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2013-07-01 19:50:31 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2013-07-01 19:50:31 +0000
commit5c60a0728564de2cb2c44d0fc3d83cff02796714 (patch)
tree83790c812540c1ffe6c2ee2a8f82e16f5a0a1f96 /test/CodeGen/MSP430
parentf807a6ee3a6c7365ffdf07510767b13a5a7df93c (diff)
downloadllvm-5c60a0728564de2cb2c44d0fc3d83cff02796714.tar.gz
llvm-5c60a0728564de2cb2c44d0fc3d83cff02796714.tar.bz2
llvm-5c60a0728564de2cb2c44d0fc3d83cff02796714.tar.xz
Fix the test which relies on uncommitted change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MSP430')
-rw-r--r--test/CodeGen/MSP430/jumptable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/jumptable.ll b/test/CodeGen/MSP430/jumptable.ll
index 7e92420967..9e8b323f5a 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: br [[REG2]]
+; CHECK: mov.w r14, [[REG2]]
switch i16 %0, label %sw.default [
i16 0, label %sw.bb
i16 1, label %sw.bb1