From d245fabb80c83d1f2b845c42658b6f82d3f89b6f Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 17 Dec 2016 22:00:55 -0500 Subject: IR: consolidate Ref and PrefixOpAddressOf instructions --- src/ir_print.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ir_print.cpp') diff --git a/src/ir_print.cpp b/src/ir_print.cpp index 85cbd67ba7..80ef00d7be 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -285,10 +285,6 @@ static const char *ir_un_op_id_str(IrUnOp op_id) { return "-"; case IrUnOpNegationWrap: return "-%"; - case IrUnOpAddressOf: - return "&"; - case IrUnOpConstAddressOf: - return "&const"; case IrUnOpDereference: return "*"; case IrUnOpMaybe: -- cgit v1.2.3