Relax unsafe use check. If there is one unconditional use inside the loop then it...
[oota-llvm.git] / test / Transforms / LICM / sink_multiple.ll
index 61cf6909e6c46b3fb9cd91ba77e43a48379266a3..49b35b68eb9bdc1dc3a49925b8bd26330d171269 100644 (file)
@@ -3,7 +3,8 @@
 ; instructions from the loop.  Instead they got hoisted, which is better than
 ; leaving them in the loop, but increases register pressure pointlessly.
 
-; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext getelementptr 1 | grep Out:
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | \
+; RUN:    %prcontext getelementptr 1 | grep Out:
 
 %Ty = type { int, int }
 %X = external global %Ty