From: Cullen Rhodes Date: Thu, 18 Apr 2019 08:57:58 +0000 (+0000) Subject: Test commit access [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd2b7d923c7b5646b79a923192bdaccb4e5ea85f;p=llvm Test commit access [NFC] Remove a trailing space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/IR/IRBuilderTest.cpp b/unittests/IR/IRBuilderTest.cpp index 71edb4bee6b..80744061e0c 100644 --- a/unittests/IR/IRBuilderTest.cpp +++ b/unittests/IR/IRBuilderTest.cpp @@ -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(F)); FDiv = cast(F);