diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll b/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll deleted file mode 100644 index 0827423..0000000 --- a/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] - |