aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopInterchange/interchange.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopInterchange/interchange.ll')
-rw-r--r--test/Transforms/LoopInterchange/interchange.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopInterchange/interchange.ll b/test/Transforms/LoopInterchange/interchange.ll
index 30a4a71..3994166 100644
--- a/test/Transforms/LoopInterchange/interchange.ll
+++ b/test/Transforms/LoopInterchange/interchange.ll
@@ -376,7 +376,7 @@ for.body.lr.ph:
for.body:
%indvars.iv24 = phi i64 [ 0, %for.body.lr.ph ], [ %indvars.iv.next25, %for.inc10 ]
- tail call void (...)* @foo()
+ tail call void (...) @foo()
br label %for.body3
for.body3: