Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / asm-modifier-error.ll
blobd16ef65c7dc0416062abca0aaa7eb0393cfda5c2
1 ; RUN: not llc < %s -mtriple=x86_64-unknown-unknown 2>&1 | FileCheck %s
3 ; CHECK: error: invalid operand in inline asm: 'mov %ah, ${0:h}'
4 define void @test1() {
5 entry:
6   %0 = tail call i8 asm sideeffect "mov %ah, ${0:h}", "=r,~{eax},~{ebx},~{ecx},~{edx},~{dirflag},~{fpsr},~{flags}"()
7   ret void