[llvm-commits] [llvm] r51561 - /llvm/trunk/test/Analysis/ScalarEvolution/smax.ll

Nick Lewycky nicholas at mxc.ca
Sun May 25 18:27:09 PDT 2008


Author: nicholas
Date: Sun May 25 20:27:08 2008
New Revision: 51561

URL: http://llvm.org/viewvc/llvm-project?rev=51561&view=rev
Log:
Use {} instead of "" in RUN lines.

Modified:
    llvm/trunk/test/Analysis/ScalarEvolution/smax.ll

Modified: llvm/trunk/test/Analysis/ScalarEvolution/smax.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/smax.ll?rev=51561&r1=51560&r2=51561&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/smax.ll (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/smax.ll Sun May 25 20:27:08 2008
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep smax | count 2
 ; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep \
-; RUN:     "%. smax  %. smax  %."
+; RUN:     {%. smax  %. smax  %.}
 ; PR1614
 
 define i32 @x(i32 %a, i32 %b, i32 %c) {





More information about the llvm-commits mailing list