forked from OSchip/llvm-project
parent
388c608cb9
commit
bdb56b1639
|
@ -1,6 +1,6 @@
|
|||
%{
|
||||
#include <stdio.h>
|
||||
#include <llvm/Codegen/InstrForest.h>
|
||||
#include <llvm/CodeGen/InstrForest.h>
|
||||
|
||||
typedef BasicTreeNode* NODEPTR_TYPE;
|
||||
#define OP_LABEL(p) ((p)->opLabel)
|
||||
|
|
Loading…
Reference in New Issue