[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / TableGen / prep-diag12.td
blobc26301ee17ac2b18338d40f4675672206eb01482
1 // RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
3 // CHECK: error: Reached EOF without matching #endif
4 // CHECK: error: The latest preprocessor control is here
5 #ifdef DISABLED
6 #else
7 #define ENABLED
8 include "prep-diag12-include.inc"