[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / inalloca-parse-error0.ll
blob24fe82baaeff2c4dac9e63361a2c8151f6e47adc
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:40: error: expected '('{{$}}
4 define void @test_inalloca(i8* inalloca) {
5   ret void