[llvm] r358648 - Test commit access [NFC]
Cullen Rhodes via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 01:57:58 PDT 2019
Author: c-rhodes
Date: Thu Apr 18 01:57:58 2019
New Revision: 358648
URL: http://llvm.org/viewvc/llvm-project?rev=358648&view=rev
Log:
Test commit access [NFC]
Remove a trailing space
Modified:
llvm/trunk/unittests/IR/IRBuilderTest.cpp
Modified: llvm/trunk/unittests/IR/IRBuilderTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/IR/IRBuilderTest.cpp?rev=358648&r1=358647&r2=358648&view=diff
==============================================================================
--- llvm/trunk/unittests/IR/IRBuilderTest.cpp (original)
+++ llvm/trunk/unittests/IR/IRBuilderTest.cpp Thu Apr 18 01:57:58 2019
@@ -374,7 +374,7 @@ TEST_F(IRBuilderTest, FastMathFlags) {
Builder.clearFastMathFlags();
- // To test a copy, make sure that a '0' and a '1' change state.
+ // To test a copy, make sure that a '0' and a '1' change state.
F = Builder.CreateFDiv(F, F);
ASSERT_TRUE(isa<Instruction>(F));
FDiv = cast<Instruction>(F);
More information about the llvm-commits
mailing list