X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FAArch64%2Farm64-join-reserved.ll;h=dee0344835419544517b2015d2a2a721148910b9;hb=32b845d223393d9f5e7317b9e754a52b79543de2;hp=e99168b5eba3fdf7ea4cdc4cb55198a53e3b03a8;hpb=4906c5787661f305dd2d1a552b36fe0baa086bb9;p=oota-llvm.git diff --git a/test/CodeGen/AArch64/arm64-join-reserved.ll b/test/CodeGen/AArch64/arm64-join-reserved.ll index e99168b5eba..dee03448354 100644 --- a/test/CodeGen/AArch64/arm64-join-reserved.ll +++ b/test/CodeGen/AArch64/arm64-join-reserved.ll @@ -10,7 +10,7 @@ target triple = "arm64-apple-macosx10" ; CHECK: ret define void @g() nounwind ssp { entry: - tail call void (i32, ...)* @f(i32 0, i32 0) nounwind + tail call void (i32, ...) @f(i32 0, i32 0) nounwind ret void }