summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/hoist-common.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/hoist-common.ll')
-rw-r--r--llvm/test/CodeGen/X86/hoist-common.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hoist-common.ll b/llvm/test/CodeGen/X86/hoist-common.ll
index 01d1b8c034e..65f83408107 100644
--- a/llvm/test/CodeGen/X86/hoist-common.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud