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