Polish atomic pointers
[oota-llvm.git] / test / CodeGen / X86 / tailcall-structret.ll
index d8be4b2e2dfd89d1ec5a695840af4dfa91ed055e..dcfefe86704effeec3a5a7976a9cecf06ef40b9f 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL
+; RUN: llc < %s -mtriple=i686-unknown-linux -tailcallopt | FileCheck %s
 define fastcc { { i8*, i8* }*, i8*} @init({ { i8*, i8* }*, i8*}, i32) {
 entry:
       %2 = tail call fastcc { { i8*, i8* }*, i8* } @init({ { i8*, i8*}*, i8*} %0, i32 %1)
       ret { { i8*, i8* }*, i8*} %2
+; CHECK: jmp init
 }