]> granicus.if.org Git - llvm/commitdiff
Test commit access [NFC]
authorCullen Rhodes <cullen.rhodes@arm.com>
Thu, 18 Apr 2019 08:57:58 +0000 (08:57 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Thu, 18 Apr 2019 08:57:58 +0000 (08:57 +0000)
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

index 71edb4bee6b50dac896139dd2bd63c1859f3d7a7..80744061e0cedee77f5a1d007d9d4c55156b6cce 100644 (file)
@@ -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);