diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 21:40:51 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 21:40:51 +0000 |
commit | f14e76db4304c1d1fcd17dc17b5e9a756dce4d78 (patch) | |
tree | d8d005ec31f78e2e6323ee1e18fddd9ddaa6cc4f /llvm/test/Regression/CodeGen/Generic/print-mul.ll | |
parent | 0ff1828349a2237ebec020c864b1d940d0592ed8 (diff) | |
download | bcm5719-llvm-f14e76db4304c1d1fcd17dc17b5e9a756dce4d78.tar.gz bcm5719-llvm-f14e76db4304c1d1fcd17dc17b5e9a756dce4d78.zip |
Adding RUN lines.
llvm-svn: 17527
Diffstat (limited to 'llvm/test/Regression/CodeGen/Generic/print-mul.ll')
-rw-r--r-- | llvm/test/Regression/CodeGen/Generic/print-mul.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/print-mul.ll b/llvm/test/Regression/CodeGen/Generic/print-mul.ll index e406545f20a..80d2d5140d5 100644 --- a/llvm/test/Regression/CodeGen/Generic/print-mul.ll +++ b/llvm/test/Regression/CodeGen/Generic/print-mul.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc + %a_str = internal constant [8 x sbyte] c"a = %d\0A\00" %b_str = internal constant [8 x sbyte] c"b = %d\0A\00" |