Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / related_indvars.ll
index 4386aeb4010a45b871156fd0ca7bb7f009180bff..24943788076963aafb764f31d31c337fae802bb8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -loop-reduce -S | grep phi | count 1
+; RUN: opt %s -loop-reduce -S | grep phi | count 1
 
 ; This should only result in one PHI node!