Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-11-20-DivMulRem.ll
index 94859cc039ef991f8f6a567a5b79e16c5e980a22..b2774d6522dfc7d641c4a9427db98a953a7b80a6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S > %t
+; RUN: opt %s -instcombine -S > %t
 ; RUN: grep urem %t | count 3
 ; RUN: grep srem %t | count 1
 ; RUN: grep sub %t | count 2