[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Assembler / call-invalid-1.ll
blob4a12b14a5edb45c5368f59ad15aebc74a801991c
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
3 declare void @f()
5 define void @g() {
6   call void @f() align 8
7 ; CHECK: error: call instructions may not have an alignment
8   ret void