repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement bswap
[llvm/msp430.git]
/
test
/
LLVMC
/
EmptyCompilationGraph.td
blob
f4a304730c52e4d20a22c1d57dd403525f793c33
1
// Check that the compilation graph can be empty.
2
// RUN: tblgen -I $srcroot/include --gen-llvmc %s
3
4
include "llvm/CompilerDriver/Common.td"
5
6
def Graph : CompilationGraph<[]>;