Skip to content

Commit 45ad4b1

Browse files
Dinar TemirbulatovDinar Temirbulatov
Dinar Temirbulatov
authored and
Dinar Temirbulatov
committed
Formatting.
1 parent 1889d8d commit 45ad4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def AArch64vsri : SDNode<"AArch64ISD::VSRI", SDT_AArch64vshiftinsert>;
741741

742742
def AArch64bsp: SDNode<"AArch64ISD::BSP", SDT_AArch64trivec>;
743743
def AArch64nbsl: PatFrag<(ops node:$Op1, node:$Op2, node:$Op3),
744-
(vnot (AArch64bsp node:$Op1, node:$Op2, node:$Op3))>;
744+
(vnot (AArch64bsp node:$Op1, node:$Op2, node:$Op3))>;
745745

746746
def AArch64cmeq: SDNode<"AArch64ISD::CMEQ", SDT_AArch64binvec>;
747747
def AArch64cmge: SDNode<"AArch64ISD::CMGE", SDT_AArch64binvec>;

0 commit comments

Comments
 (0)