[WebAssembly] Rename BR_IF_ to BR_IF
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrControl.td
index b5140324d4f1b25a671c4f0db15deb6ece00b719..5883553e8f19fbed601d50a4369bc656fb914c47 100644 (file)
@@ -13,9 +13,9 @@
 //===----------------------------------------------------------------------===//
 
 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
-def BR_IF_ : I<(outs), (ins bb_op:$dst, I32:$a),
-               [(brcond I32:$a, bb:$dst)],
-               "br_if $dst, $a">;
+def BR_IF : I<(outs), (ins bb_op:$dst, I32:$a),
+              [(brcond I32:$a, bb:$dst)],
+              "br_if $dst, $a">;
 let isBarrier = 1 in {
 def BR   : I<(outs), (ins bb_op:$dst),
              [(br bb:$dst)],