Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / switch.ll
index 91252b35dfe654741b2791577abe99a97ab0e7a7..5bacd90793081451b33d0a5f7af89bd7949e101c 100644 (file)
@@ -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)
 
 
 declare void @g(i32)