summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-04-04-PureVirtMethCall2.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 22:07:09 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 22:07:09 +0000
commite7e3f2e5cd786f6cca267210b3d185b2a4a037bd (patch)
tree12d31c38547c9d792a8bf8627bd2780a92f4eb23 /test/Assembler/2002-04-04-PureVirtMethCall2.ll
parentcd0aa818c86d8337d29944e21c4e01f77475249d (diff)
downloadllvm-e7e3f2e5cd786f6cca267210b3d185b2a4a037bd.tar.gz
llvm-e7e3f2e5cd786f6cca267210b3d185b2a4a037bd.tar.bz2
llvm-e7e3f2e5cd786f6cca267210b3d185b2a4a037bd.tar.xz
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-04-04-PureVirtMethCall2.ll')
-rw-r--r--test/Assembler/2002-04-04-PureVirtMethCall2.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Assembler/2002-04-04-PureVirtMethCall2.ll b/test/Assembler/2002-04-04-PureVirtMethCall2.ll
index 73d7354e9a..c0cb3742e9 100644
--- a/test/Assembler/2002-04-04-PureVirtMethCall2.ll
+++ b/test/Assembler/2002-04-04-PureVirtMethCall2.ll
@@ -1,5 +1,7 @@
+; RUN: llvm-as < %s -o /dev/null -f
+
%t = type { { \2*, \2 },
{ \2*, \2 }
}
-implementation \ No newline at end of file
+implementation