[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git] / test / Verifier / jumptable.ll
blob81984eeb187feeaab6014f129ff1061b1cedaff5
1 ; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
3 define i32 @f() jumptable {
4   ret i32 0
7 ; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
8 ; CHECK: i32 ()* @f