Skip to content

Commit 3dcf901

Browse files
committed
!fixup fix formatting
1 parent ca6a3df commit 3dcf901

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

clang/unittests/CodeGen/TBAAMetadataTest.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,9 @@ TEST(TBAAMetadataTest, BasicTypes) {
117117
ASSERT_TRUE(I);
118118

119119
I = matchNext(I,
120-
MInstruction(Instruction::Store,
121-
MValType(PointerType::getUnqual(Compiler.Context)),
122-
MMTuple(
123-
AnyPtr,
124-
MSameAs(0),
125-
MConstInt(0))));
120+
MInstruction(Instruction::Store,
121+
MValType(PointerType::getUnqual(Compiler.Context)),
122+
MMTuple(AnyPtr, MSameAs(0), MConstInt(0))));
126123
ASSERT_TRUE(I);
127124

128125
I = matchNext(I,

0 commit comments

Comments
 (0)