summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 23:32:43 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 23:32:43 +0000
commit2acf9b07fa47179a8fa26ee17002a15e79cd5873 (patch)
tree8306517c92c741bd6f1ad40a73f4179883d3236d /llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
parent2e49204e0f066e043ef9aa573c7404b5bae0356d (diff)
downloadbcm5719-llvm-2acf9b07fa47179a8fa26ee17002a15e79cd5873.tar.gz
bcm5719-llvm-2acf9b07fa47179a8fa26ee17002a15e79cd5873.zip
Adding RUN lines.
llvm-svn: 17536
Diffstat (limited to 'llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll')
-rw-r--r--llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll b/llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
index 4344f9ef9d2..b1cfe0d1ae9 100644
--- a/llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
+++ b/llvm/test/Regression/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
@@ -1,3 +1,6 @@
+; RUN: llvm-as -f %s -o %t.bc
+; RUN: lli %t.bc > /dev/null
+
%A = global int 0
int %main() {
OpenPOWER on IntegriCloud