Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to
[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<[]>;