# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s --- | define void @test(ptr %a) { entry2: %b = load i32, ptr %a %c = add i32 %b, 1 store i32 %c, ptr %a ret void } ... --- name: test tracksRegLiveness: true liveins: - { reg: '$rdi' } body: | bb.0.entry2: liveins: $rdi ; CHECK: [[@LINE+1]]:91: expected ',' before the next machine memory operand INC32m killed $rdi, 1, _, 0, _, implicit-def dead $eflags :: (store (s32) into %ir.a) (load (s32) from %ir.a) RET64 ...