diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll b/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll index bbd34ec521..813a3478ee 100644 --- a/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll +++ b/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + global int* cast (float* %0 to int*) ;; Forward numeric reference global float* %0 ;; Duplicate forward numeric reference global float 0.0 |