Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / LICM / 2003-02-27-PreheaderProblem.ll
index b2db1695b5c086c3e570061676cc2c3b35f2c6ab..70a04c73b1d3e2d09ccee6f2d8ed202ead361207 100644 (file)
@@ -3,7 +3,7 @@
 ; happens because preheader insertion doesn't insert a preheader for this
 ; case... bad.
 
-; RUN: opt %s -licm -loop-deletion -simplifycfg -S | \
+; RUN: opt %s -licm -loop-deletion -simplifycfg -S | \
 ; RUN:   not grep {br }
 
 define i32 @main(i32 %argc) {