X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fcleanuppad-large-codemodel.ll;h=8ffb97d8dd68717e146ca9b352c67c929f64d744;hb=b46bb541f5f78520b08c1b50463c3517041d26de;hp=e32cdbed73fb2dcbaa9d97ff987a2915e9e41010;hpb=0c7a64a0370b8f6adb4b35ad0a9a3ff3da8f6e97;p=oota-llvm.git diff --git a/test/CodeGen/X86/cleanuppad-large-codemodel.ll b/test/CodeGen/X86/cleanuppad-large-codemodel.ll index e32cdbed73f..8ffb97d8dd6 100644 --- a/test/CodeGen/X86/cleanuppad-large-codemodel.ll +++ b/test/CodeGen/X86/cleanuppad-large-codemodel.ll @@ -10,7 +10,7 @@ entry: to label %exit unwind label %cleanup cleanup: %c = cleanuppad within none [] - call void @bar() + call void @bar() [ "funclet"(token %c) ] cleanupret from %c unwind to caller exit: ret void