summaryrefslogtreecommitdiff
path: root/test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll')
-rw-r--r--test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll b/test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll
deleted file mode 100644
index a7ac87144f..0000000000
--- a/test/Transforms/LevelRaise/2002-10-08-VarArgCallInfLoop.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; Due to a recent change, this testcase now sends the raise pass into an infinite loop
-;
-; RUN: llvm-upgrade < %s | llvm-as | opt -raise
-
-implementation
-
-void %test(sbyte* %P, void(...) * %F) {
- call void (...)* %F(sbyte* %P)
- ret void
-}