Implement bswap
[llvm/msp430.git] / test / LLVMC / EmptyCompilationGraph.td
blobf4a304730c52e4d20a22c1d57dd403525f793c33
1 // Check that the compilation graph can be empty.
2 // RUN: tblgen -I $srcroot/include --gen-llvmc %s
4 include "llvm/CompilerDriver/Common.td"
6 def Graph : CompilationGraph<[]>;