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..51bc950 --- /dev/null +++ b/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll @@ -0,0 +1,5 @@ +; RUN: llvm-upgrade < %s | llvm-as | llc -march=c + +%array = constant [2 x int] [ int 12, int 52 ] ; <[2 x int]*> [#uses=1] +%arrayPtr = global int* getelementptr ([2 x int]* %array, long 0, long 0) ; <int**> [#uses=1] + |