summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll')
-rw-r--r--llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll b/llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
deleted file mode 100644
index 4a977e864b8..00000000000
--- a/llvm/test/Regression/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
-
-; Indirect function call test... found by Joel & Brian
-;
-
-%taskArray = uninitialized global int*
-
-void %test(int %X) {
- %Y = add int %X, -1 ; <int>:1 [#uses=3]
- %cast100 = cast int %Y to long ; <uint> [#uses=1]
- %gep100 = getelementptr int** %taskArray, long %cast100 ; <int**> [#uses=1]
- %fooPtr = load int** %gep100 ; <int*> [#uses=1]
- %cast101 = cast int* %fooPtr to void (int)* ; <void (int)*> [#uses=1]
- call void %cast101( int 1000 )
- ret void
-}
OpenPOWER on IntegriCloud