Improving the name of the function parameter, which happens to solve two likely-less...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 4 Aug 2014 13:51:27 +0000 (13:51 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 4 Aug 2014 13:51:27 +0000 (13:51 +0000)
commitc245c18ba33635ca50048ead1bebe5ab81c4e093
tree07c33adc038b2e84c4c0af01c3d6f31016cbb0cf
parentd5e9497c886c73da164792e18722759b0e8a0d34
Improving the name of the function parameter, which happens to solve two likely-less-than-useful MSVC warnings: warning C4258: 'I' : definition from the for loop is ignored; the definition from the enclosing scope is used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FloatingPoint.cpp