diff options
author | 2013-08-01 15:38:43 -0700 | |
---|---|---|
committer | 2013-08-05 10:21:12 -0700 | |
commit | 6447919b5ee8d34c4767f908c7cd7223c224544c (patch) | |
tree | f5931682be1b8e618051b3b2b4150c06aea6825e /compiler/sea_ir/code_gen.h | |
parent | 3d1b8c1931fcc7e1d13a19b09e61a69fafb77d3b (diff) |
Generation of dot files through visitor.Added type info to .dot.
visitor.h: Fixed formatting.
type_inference.cc: Changed GetSSAConsumers() to return pointer.
sea_node.h, sea.cc: Removed ToDot classes functions.
instruction_nodes.h: Added acessor for SSA producers.
Marked GetUses() as const.
sea.h: Marked fields as const.
frontend.cc: Changed .dot generation code.
code_gen.h: Fixed include to have full path.
Change-Id: Ia84371c171c4537d9cf2f56644baa075f1706df1
Diffstat (limited to 'compiler/sea_ir/code_gen.h')
-rw-r--r-- | compiler/sea_ir/code_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sea_ir/code_gen.h b/compiler/sea_ir/code_gen.h index f656453559..5fea79a0a2 100644 --- a/compiler/sea_ir/code_gen.h +++ b/compiler/sea_ir/code_gen.h @@ -22,7 +22,7 @@ #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" #include "llvm/Analysis/Verifier.h" -#include "visitor.h" +#include "sea_ir/visitor.h" namespace sea_ir { // Abstracts away the containers we use to map SEA IR objects to LLVM IR objects. |