IT turns out that during jumpless setcc lowering eq and ne were swapped.
[oota-llvm.git] / test / LLVMC / EmptyCompilationGraph.td
1 // Check that the compilation graph can be empty.
2 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
3 // RUN: %compile_cxx -fexceptions -x c++ %t
4
5 include "llvm/CompilerDriver/Common.td"
6
7 def Graph : CompilationGraph<[]>;