AArch64: enable Cortex-A57 FP balancing on Cortex-A53.
[oota-llvm.git] / test / Verifier / byval-1.ll
index 01207e757c215a66e1af7489a1977657116d73ca..9bbead08611462c755874cb8e25f3575b3c7b469 100644 (file)
@@ -1,2 +1,2 @@
-; RUN: not llvm-as %s -o /dev/null -f
+; RUN: not llvm-as < %s >& /dev/null
 declare void @h(i32 byval %num)