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, 5 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll b/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll new file mode 100644 index 0000000..0827423 --- /dev/null +++ b/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll @@ -0,0 +1,5 @@ +; 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] + |