summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-06-27 19:50:52 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-06-27 19:50:52 +0000
commit03255a1675a06aebe99b18e8d500d483e231fd51 (patch)
treee45bb115256f1d33dcae452809065b4a4835d284 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parentccd06643935417c695a808dfbda103c54210703a (diff)
downloadbcm5719-llvm-03255a1675a06aebe99b18e8d500d483e231fd51.tar.gz
bcm5719-llvm-03255a1675a06aebe99b18e8d500d483e231fd51.zip
[APFloat] Removed APFloat constructor which initialized to either zero/NaN but allowed you to arbitrarily set the category of the float.
The category which an APFloat belongs to should be dependent on the actual value that the APFloat has, not be arbitrarily passed in by the user. This will prevent inconsistency bugs where the category and the actual value in APFloat differ. I also fixed up all of the references to this constructor (which were only in LLVM). llvm-svn: 185095
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud