mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 20:53:29 +08:00
We currently emit the option groups twice if Groups<[1,2,3]> is used in the tablegen. This leads to compilation errors. This patch just removes the line that accidentially emits the option group a second time. llvm-svn: 366414