X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FBitcode%2Ftailcall.ll;h=6a4b8885847a54a6f022fcda02fca234ba9f6dcc;hp=266457423b922c20a072a60f8b7a94774990273c;hb=efc0b08f2b66a17585aefb2b7af1a4e6df34a8cf;hpb=94f7c7aeaa1821c657c57926c67ee691c007fe43 diff --git a/test/Bitcode/tailcall.ll b/test/Bitcode/tailcall.ll index 266457423b9..6a4b8885847 100644 --- a/test/Bitcode/tailcall.ll +++ b/test/Bitcode/tailcall.ll @@ -1,18 +1,18 @@ ; RUN: llvm-as < %s | llvm-dis | FileCheck %s -; RUN: verify-uselistorder < %s -preserve-bc-use-list-order +; RUN: verify-uselistorder < %s ; Check that musttail and tail roundtrip. -declare cc8191 void @t1_callee() -define cc8191 void @t1() { -; CHECK: tail call cc8191 void @t1_callee() - tail call cc8191 void @t1_callee() +declare cc1023 void @t1_callee() +define cc1023 void @t1() { +; CHECK: tail call cc1023 void @t1_callee() + tail call cc1023 void @t1_callee() ret void } -declare cc8191 void @t2_callee() -define cc8191 void @t2() { -; CHECK: musttail call cc8191 void @t2_callee() - musttail call cc8191 void @t2_callee() +declare cc1023 void @t2_callee() +define cc1023 void @t2() { +; CHECK: musttail call cc1023 void @t2_callee() + musttail call cc1023 void @t2_callee() ret void }