aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/hoist-common.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/hoist-common.ll')
-rw-r--r--test/CodeGen/X86/hoist-common.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/hoist-common.ll b/test/CodeGen/X86/hoist-common.ll
index 01d1b8c..65f8340 100644
--- a/test/CodeGen/X86/hoist-common.ll
+++ b/test/CodeGen/X86/hoist-common.ll
@@ -26,7 +26,7 @@ entry:
if.then:
; CHECK: callq
- %call = tail call zeroext i1 (...)* @foo() nounwind
+ %call = tail call zeroext i1 (...) @foo() nounwind
br label %return
return: