summaryrefslogtreecommitdiff
path: root/test/Feature/indirectcall2.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-07 06:08:43 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-07 06:08:43 +0000
commit3f7706b5d23aca56a6d3a62ebb9466e1e89335f7 (patch)
treefc13dd47bad7647cff87360348d94a4cdf954835 /test/Feature/indirectcall2.ll
parent4b5fdc71c91119793fed5cb69a520823d9d80f6a (diff)
downloadllvm-3f7706b5d23aca56a6d3a62ebb9466e1e89335f7.tar.gz
llvm-3f7706b5d23aca56a6d3a62ebb9466e1e89335f7.tar.bz2
llvm-3f7706b5d23aca56a6d3a62ebb9466e1e89335f7.tar.xz
Added RUN lines and dejagnu support for Feature dir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/indirectcall2.ll')
-rw-r--r--test/Feature/indirectcall2.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/indirectcall2.ll b/test/Feature/indirectcall2.ll
index 4a12734cdf..08e49ecd5e 100644
--- a/test/Feature/indirectcall2.ll
+++ b/test/Feature/indirectcall2.ll
@@ -1,3 +1,7 @@
+; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll
+
implementation
ulong "test"(ulong %X)