diff options
author | Cullen Rhodes <cullen.rhodes@arm.com> | 2019-04-18 08:57:58 +0000 |
---|---|---|
committer | Cullen Rhodes <cullen.rhodes@arm.com> | 2019-04-18 08:57:58 +0000 |
commit | 4c994120c7cfeb011d4811b9bbe81235295f34e1 (patch) | |
tree | 9184953e107eb0d2ab41a15227c36dcd565f136e /llvm/unittests/IR/IRBuilderTest.cpp | |
parent | ca6c03a22ff108cf796c3ff957aef9b138762965 (diff) | |
download | bcm5719-llvm-4c994120c7cfeb011d4811b9bbe81235295f34e1.tar.gz bcm5719-llvm-4c994120c7cfeb011d4811b9bbe81235295f34e1.zip |
Test commit access [NFC]
Remove a trailing space
llvm-svn: 358648
Diffstat (limited to 'llvm/unittests/IR/IRBuilderTest.cpp')
-rw-r--r-- | llvm/unittests/IR/IRBuilderTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/IR/IRBuilderTest.cpp b/llvm/unittests/IR/IRBuilderTest.cpp index 71edb4bee6b..80744061e0c 100644 --- a/llvm/unittests/IR/IRBuilderTest.cpp +++ b/llvm/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<Instruction>(F)); FDiv = cast<Instruction>(F); |