summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 23:08:26 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 23:08:26 +0000
commit2393a24fedc98dd62c9f338d0f08e367a4929369 (patch)
tree410518a07ac59b4bdd366e48c9b77e30e077a06a /test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
parente9af5d186bdf1620e3f0b74ecc7e49c25b82d186 (diff)
downloadllvm-2393a24fedc98dd62c9f338d0f08e367a4929369.tar.gz
llvm-2393a24fedc98dd62c9f338d0f08e367a4929369.tar.bz2
llvm-2393a24fedc98dd62c9f338d0f08e367a4929369.tar.xz
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll')
-rw-r--r--test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll b/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
index ef8b8cc7e9..3864d53062 100644
--- a/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
+++ b/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as -f %s -o - | llc
+
;; Date: May 27, 2003.
;; From: Variant of 2003-05-27-usefsubasbool.ll
;;