[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
[oota-llvm.git] / test / CodeGen / X86 / tailcallbyval.ll
index f0ccaaa16d1da0218c1721c80655ccd2ad15948b..9a0b57c138c2592491817b50698deccf9f4687f6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -tailcallopt | FileCheck %s
+; RUN: llc < %s -mtriple=i686-unknown-linux -tailcallopt | FileCheck %s
 %struct.s = type {i32, i32, i32, i32, i32, i32, i32, i32,
                   i32, i32, i32, i32, i32, i32, i32, i32,
                   i32, i32, i32, i32, i32, i32, i32, i32 }
@@ -19,4 +19,3 @@ entry:
 ; CHECK: tailcaller
 ; CHECK: jmp tailcallee
 }
-