From bd2b7d923c7b5646b79a923192bdaccb4e5ea85f Mon Sep 17 00:00:00 2001 From: Cullen Rhodes Date: Thu, 18 Apr 2019 08:57:58 +0000 Subject: [PATCH] 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 --- unittests/IR/IRBuilderTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1