commit | e9789ef994ba9761af87baf6e6b5953adba3968b | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 23:32:43 2004 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 23:32:43 2004 +0000 |
tree | 37b998e45f2895969d3156276c3d540c789609d2 | |
parent | 17f52c5c4617e6e1853fa7ac9335b277a90be7f4 [diff] [blame] |
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ExecutionEngine/test-phi.ll b/test/ExecutionEngine/test-phi.ll index 9e21438..0e4fa7a 100644 --- a/test/ExecutionEngine/test-phi.ll +++ b/test/ExecutionEngine/test-phi.ll
@@ -1,3 +1,6 @@ +; RUN: llvm-as -f %s -o %t.bc +; RUN: lli %t.bc > /dev/null + ; test phi node %Y = global int 6