fix the RUN line on this testcase so it passes.
authorChris Lattner <sabre@nondot.org>
Fri, 25 Mar 2005 15:36:19 +0000 (15:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Mar 2005 15:36:19 +0000 (15:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20833 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/2005-03-24-Global-Arg-Alias.ll

index 229338845ab39b7f95b5866b03e6051c6cb08cb9..510997de22fcc7213e07762e6725d6fd430fddc9 100644 (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