- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
[oota-llvm.git] / test / CodeGen / X86 / variable-sized-darwin-bzero.ll
index b0cdf496d5fc7a2b852b91164dc0e0ed5a961e19..4817db22c355a20aaae416c19aa1b97ae8540479 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin10 | grep __bzero
+; RUN: llc < %s -march=x86 -mtriple=i686-apple-darwin10 | grep __bzero
 
 declare void @llvm.memset.i64(i8*, i8, i64, i32)