[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / TableGen / ConstraintChecking7.td
blobd884ac60744afa64be09c23d480b90bdf1da7d69
1 // RUN: not llvm-tblgen -gen-asm-writer -I %p -I %p/../../include %s 2>&1 | FileCheck %s -DFILE=%s
3 include "ConstraintChecking.inc"
5 // CHECK: [[FILE]]:[[@LINE+1]]:5: error: Operand '$src1' of 'Foo' cannot have multiple constraints!
6 def Foo : TestInstructionWithConstraints<"$dest1 = $src1, $dest2 = $src1">;