InstCombine: creating selects from -1 and 0 is fine, they combine into a sext from i1.
[oota-llvm.git] / test / TableGen / UnterminatedComment.td
1 // RUN: not tblgen < %s >& /dev/null
2
3 def x;
4
5 /*  /* /* */
6