Skip to content

Commit 4c99412

Browse files
committed
Test commit access [NFC]
Remove a trailing space llvm-svn: 358648
1 parent ca6c03a commit 4c99412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/IR/IRBuilderTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ TEST_F(IRBuilderTest, FastMathFlags) {
374374

375375
Builder.clearFastMathFlags();
376376

377-
// To test a copy, make sure that a '0' and a '1' change state.
377+
// To test a copy, make sure that a '0' and a '1' change state.
378378
F = Builder.CreateFDiv(F, F);
379379
ASSERT_TRUE(isa<Instruction>(F));
380380
FDiv = cast<Instruction>(F);

0 commit comments

Comments
 (0)