X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fswitch.ll;h=5bacd90793081451b33d0a5f7af89bd7949e101c;hp=91252b35dfe654741b2791577abe99a97ab0e7a7;hb=90c9a16dbfa347016977fa49b0cfe0db438a9504;hpb=3445ca85e093160fd94783348d10a663aefa2c9a;ds=sidebyside diff --git a/test/CodeGen/X86/switch.ll b/test/CodeGen/X86/switch.ll index 91252b35dfe..5bacd907930 100644 --- a/test/CodeGen/X86/switch.ll +++ b/test/CodeGen/X86/switch.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=x86-64 %s -o - | FileCheck %s -; RUN: llc -march=x86-64 %s -o - -O0 | FileCheck --check-prefix=NOOPT %s +; RUN: llc -mtriple=x86_64-linux-gnu %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-linux-gnu %s -o - -O0 | FileCheck --check-prefix=NOOPT %s declare void @g(i32)