mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-30 17:02:29 +00:00
Silencing an MSVC warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87855d3013
commit
bd5b912dcc
@ -187,8 +187,8 @@ TEST_F(IRBuilderTest, RAIIHelpersTest) {
|
||||
EXPECT_FALSE(Builder.getFastMathFlags().allowReciprocal());
|
||||
MDBuilder MDB(M->getContext());
|
||||
|
||||
MDNode *FPMathA = MDB.createFPMath(0.01);
|
||||
MDNode *FPMathB = MDB.createFPMath(0.1);
|
||||
MDNode *FPMathA = MDB.createFPMath(0.01f);
|
||||
MDNode *FPMathB = MDB.createFPMath(0.1f);
|
||||
|
||||
Builder.SetDefaultFPMathTag(FPMathA);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user