commit | 7869148c4741f30893159e028ad991bd2e0a5d63 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Oct 20 00:15:20 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Oct 20 00:15:20 2015 +0000 |
tree | 03f9363bcf587246bf23e346ab2405b3890d952a | |
parent | e75e5d8afa67ec827216cdcf61d09fb91291d059 [diff] [blame] |
Mips: Remove implicit ilist iterator conversions, NFC llvm-svn: 250769
diff --git a/llvm/lib/Target/Mips/Mips16HardFloat.cpp b/llvm/lib/Target/Mips/Mips16HardFloat.cpp index 2ead56e..6d34f4a 100644 --- a/llvm/lib/Target/Mips/Mips16HardFloat.cpp +++ b/llvm/lib/Target/Mips/Mips16HardFloat.cpp
@@ -535,7 +535,7 @@ FPParamVariant V = whichFPParamVariantNeeded(*F); if (V != NoSig) { Modified = true; - createFPFnStub(F, &M, V, TM); + createFPFnStub(&*F, &M, V, TM); } } return Modified;