[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git] / test / Verifier / 2007-12-21-InvokeParamAttrs.ll
blobc62bc0f4e190f00b41494521c67688211c3969cf
1 ; RUN: not llvm-as < %s > /dev/null 2>&1
3 declare void @foo(i8*)
5 define void @bar() {
6         invoke void @foo(i8* signext null)
7                         to label %r unwind label %r
8 r:
9         ret void