bolt/deps/llvm-18.1.8/llvm/test/Assembler/incorrect-tdep-attrs-parsing.ll
2025-02-14 19:21:04 +01:00

6 lines
187 B
LLVM

; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; CHECK: define i32 @f(i64 "foo bar" %0, i64 %1, i64 %2, i64 "xyz" %3) {
define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
ret i32 41
}