fix the RUN line on this testcase so it passes.

llvm-svn: 20833
This commit is contained in:
Chris Lattner 2005-03-25 15:36:19 +00:00
parent 0ad33afe22
commit d6e6b38918
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -ds-aa -load-vn -gcse | llvm-dis | grep 'load int* %L'
; RUN: llvm-as < %s | opt -ds-aa -load-vn -gcse | llvm-dis | grep 'load int\* %L'
%G = internal global int* null