Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / LICM / 2003-02-28-PromoteDifferentType.ll
index c1f27125e93d7dcad9fd937c202ccd09ff81576c..c759e6eff8e7e9d8b5077ec9a1f8670d3ab74e65 100644 (file)
@@ -1,6 +1,6 @@
 ; Test that hoisting is disabled for pointers of different types...
 ;
-; RUN: opt %s -licm
+; RUN: opt %s -licm
 
 define void @test(i32* %P) {
        br label %Loop