summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll')
-rw-r--r--llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll b/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
index 595cc427c45..56eac49c168 100644
--- a/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
+++ b/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
@@ -12,6 +12,6 @@ entry:
define void @caller() {
entry:
- call void (...)* @callee( void (...)* @callee )
+ call void (...) @callee( void (...)* @callee )
unreachable
}
OpenPOWER on IntegriCloud