Make the run line for this test correct. Thanks to Chris for spotting it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2007-06-12 04:40:48 +00:00
parent 4d42dea253
commit 7706d23399

View File

@ -1,5 +1,5 @@
; RUN: llvm-as | opt -gvnpre | llvm-dis | not grep {%t3 =}
; RUN: llvm-as | opt -gvnpre | llvm-dis | not grep {%t9 =}
; RUN: llvm-as < %s | opt -gvnpre | llvm-dis | not grep {%t3 =}
; RUN: llvm-as < %s | opt -gvnpre | llvm-dis | not grep {%t9 =}
define i32 @main() {
block1: