Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Aug 21, 2019
1 parent 08ee2c0 commit e6ec261
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/llvm-backend/src/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4448,17 +4448,6 @@ impl FunctionCodeGenerator<CodegenError> for LLVMFunctionCodeGenerator {
let res = builder.build_bitcast(res, intrinsics.i128_ty, "");
state.push1(res);
}
/*
Operator::Wake { ref memarg: _ } => {
unimplemented!();
}
Operator::I32Wait { ref memarg: _ } => {
unimplemented!();
}
Operator::I64Wait { ref memarg: _ } => {
unimplemented!();
}
*/
Operator::Fence { flags: _ } => {
// Fence is a nop.
//
Expand Down

0 comments on commit e6ec261

Please sign in to comment.