diff options
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll')
| -rw-r--r-- | llvm/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll b/llvm/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll deleted file mode 100644 index 0827423e1ad..00000000000 --- a/llvm/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: llc < %s -march=c - -@array = constant [2 x i32] [ i32 12, i32 52 ] ; <[2 x i32]*> [#uses=1] -@arrayPtr = global i32* getelementptr ([2 x i32]* @array, i64 0, i64 0) ; <i32**> [#uses=0] - |

