diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 22:07:09 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 22:07:09 +0000 |
commit | e7e3f2e5cd786f6cca267210b3d185b2a4a037bd (patch) | |
tree | 12d31c38547c9d792a8bf8627bd2780a92f4eb23 /test/Assembler/2002-10-15-NameClash.ll | |
parent | cd0aa818c86d8337d29944e21c4e01f77475249d (diff) | |
download | external_llvm-e7e3f2e5cd786f6cca267210b3d185b2a4a037bd.zip external_llvm-e7e3f2e5cd786f6cca267210b3d185b2a4a037bd.tar.gz external_llvm-e7e3f2e5cd786f6cca267210b3d185b2a4a037bd.tar.bz2 |
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-10-15-NameClash.ll')
-rw-r--r-- | test/Assembler/2002-10-15-NameClash.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Assembler/2002-10-15-NameClash.ll b/test/Assembler/2002-10-15-NameClash.ll index c2404d2..d4c36f3 100644 --- a/test/Assembler/2002-10-15-NameClash.ll +++ b/test/Assembler/2002-10-15-NameClash.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s -o /dev/null -f + declare int "ArrayRef"([100 x int] * %Array) int "ArrayRef"([100 x int] * %Array) { |