commit | f14e76db4304c1d1fcd17dc17b5e9a756dce4d78 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 21:40:51 2004 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 21:40:51 2004 +0000 |
tree | d8d005ec31f78e2e6323ee1e18fddd9ddaa6cc4f | |
parent | 0ff1828349a2237ebec020c864b1d940d0592ed8 [diff] [blame] |
Adding RUN lines. llvm-svn: 17527
diff --git a/llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll b/llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll index f7481ea..b76f1d2 100644 --- a/llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll +++ b/llvm/test/Regression/CodeGen/CBackend/2002-08-19-DataPointer.ll
@@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + %sptr1 = global [11x sbyte]* %somestr ;; Forward ref to a constant %somestr = constant [11x sbyte] c"hello world"