Temporarily restore the scavenger implicit_def checking code. MachineOperand isUndef...
[oota-llvm.git] / test / Verifier / byval-2.ll
index 43cea4ee1ec3ae437640d8f6e9c0e6bc44453fb0..1d03715bc3228818c021c0352e399077cb969b96 100644 (file)
@@ -1,3 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: not llvm-as < %s >& /dev/null
+; PR2711
        %s = type opaque
 declare void @h(%s* byval %num)