aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/devirtualize-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/devirtualize-2.ll')
-rw-r--r--test/Transforms/Inline/devirtualize-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/devirtualize-2.ll b/test/Transforms/Inline/devirtualize-2.ll
index b7eb1be..cca4e75 100644
--- a/test/Transforms/Inline/devirtualize-2.ll
+++ b/test/Transforms/Inline/devirtualize-2.ll
@@ -2,7 +2,7 @@
; PR4834
define i32 @test1() {
- %funcall1_ = call fastcc i32 ()* ()* @f1()
+ %funcall1_ = call fastcc i32 ()* () @f1()
%executecommandptr1_ = call i32 %funcall1_()
ret i32 %executecommandptr1_
}