aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/MSP430/jumptable.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/MSP430/jumptable.ll b/test/CodeGen/MSP430/jumptable.ll
index 23619e7..903ac13 100644
--- a/test/CodeGen/MSP430/jumptable.ll
+++ b/test/CodeGen/MSP430/jumptable.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 < %s | FileCheck %s
+; RUN: llc < %s | FileCheck %s
target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16"
target triple = "msp430---elf"
@@ -11,9 +11,9 @@ entry:
%i.addr = alloca i16, align 2
store i16 %i, i16* %i.addr, align 2
%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 [[REG2]], pc
+; CHECK: mov.w #2, r14
+; CHECK: call #__mulhi3hw_noint
+; CHECK: mov.w .LJTI0_0(r15), pc
switch i16 %0, label %sw.default [
i16 0, label %sw.bb
i16 1, label %sw.bb1
@@ -49,6 +49,6 @@ return: ; preds = %sw.default, %sw.bb3
; CHECK: .LJTI0_0:
; CHECK-NEXT: .short .LBB0_2
-; CHECK-NEXT: .short .LBB0_3
; CHECK-NEXT: .short .LBB0_4
+; CHECK-NEXT: .short .LBB0_3
; CHECK-NEXT: .short .LBB0_5