Delete useless trailing semicolons.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-15-Range-Test.ll
index 0233d96b7a912afd107d8c9a01b89222a0916f79..c3700a00c428ca9208e7ea6d9b427e128a2f4a25 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | \
 ; RUN:   grep icmp | count 1
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | \
 ; RUN:   grep {icmp ugt} | count 1
 ; END.