Skip to content

Commit 546b925

Browse files
committed
Fix format
1 parent edf0b82 commit 546b925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ TEST_F(SelectionDAGPatternMatchTest, matchUndefined) {
610610
auto VInt32VT = EVT::getVectorVT(Context, Int32VT, 4);
611611

612612
SDValue UndefBoolVT = DAG->getUNDEF(BoolVT);
613-
SDValue UndefInt32VT= DAG->getUNDEF(Int32VT);
613+
SDValue UndefInt32VT = DAG->getUNDEF(Int32VT);
614614
SDValue UndefVInt32VT = DAG->getUNDEF(VInt32VT);
615615

616616
using namespace SDPatternMatch;

0 commit comments

Comments
 (0)