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

llvm-svn: 37552
This commit is contained in:
Owen Anderson 2007-06-12 04:40:48 +00:00
parent a6ff5bf9ba
commit 3c0c1376ea
1 changed files with 2 additions and 2 deletions

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: