X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fswitch-jump-table.ll;h=a84fb4aafd17849aa5dc0c31df1cd75dbb70d97d;hb=90c9a16dbfa347016977fa49b0cfe0db438a9504;hp=7ae45b56641cc30c21bc85f9a9fe93a766b89530;hpb=a421ac689f50cee8f7258c9110b69de00bd3ddba;p=oota-llvm.git diff --git a/test/CodeGen/X86/switch-jump-table.ll b/test/CodeGen/X86/switch-jump-table.ll index 7ae45b56641..a84fb4aafd1 100644 --- a/test/CodeGen/X86/switch-jump-table.ll +++ b/test/CodeGen/X86/switch-jump-table.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -mtriple=i686-pc-gnu-linux < %s | FileCheck %s ; An unreachable default destination is replaced with the most popular case label. @@ -6,7 +6,7 @@ define void @sum2(i32 %x, i32* %to) { ; CHECK-LABEL: sum2: ; CHECK: movl 4(%esp), [[REG:%e[a-z]{2}]] -; cmpl $3, [[REG]] +; CHECK: cmpl $3, [[REG]] ; CHECK: jbe .LBB0_1 ; CHECK: movl $4 ; CHECK: retl