diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll b/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll index 8654baa6af..4b776cd938 100644 --- a/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll +++ b/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + ; Test const pointer refs & forward references %t3 = global int * %t1 ;; Forward reference |