diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll b/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll index b0dca8edd5..f4f0a122de 100644 --- a/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll +++ b/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | 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] |