Commit b779095 1 parent 6a90786 commit b779095 Copy full SHA for b779095
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: printf "load %s\n raise vast-hl-to-ll-cf\n exit" | vast-repl | FileCheck %s
1
+ // RUN: printf "load %s\n raise vast-hl-to-ll-cf\n show module\n exit" | vast-repl | FileCheck %s
2
2
// CHECK: ll.return %0 : !hl.int
3
3
int main (void ) { return 0 ; }
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ namespace vast::repl::cmd {
122
122
}
123
123
124
124
//
125
- // apply command
125
+ // raise command
126
126
//
127
127
void raise::run (state_t &state) const {
128
128
check_and_emit_module (state);
@@ -139,8 +139,6 @@ namespace vast::repl::cmd {
139
139
}
140
140
th = state.tower ->apply (th, pm);
141
141
}
142
-
143
- llvm::outs () << th.mod << ' \n ' ;
144
142
}
145
143
146
144
} // namespace vast::repl::cmd
You can’t perform that action at this time.
0 commit comments