Change -arm-divmod-libcall to a target neutral option.
[oota-llvm.git] / test / CodeGen / CBackend / 2007-02-05-memset.ll
index 20849cf819d69292ee7ec344f5107e35cffd49bb..7d508e424051114e073734fb8322e8f56da13e30 100644 (file)
@@ -1,9 +1,8 @@
-; RUN: llvm-as < %s | llc -march=c
+; RUN: llc < %s -march=c
 ; PR1181
 target datalayout = "e-p:64:64"
 target triple = "x86_64-apple-darwin8"
 
-implementation   ; Functions:
 
 declare void @llvm.memset.i64(i8*, i8, i64, i32)