diff options
author | Craig Topper <craig.topper@gmail.com> | 2019-12-19 22:30:23 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2019-12-19 23:03:15 -0800 |
commit | bf507d4259c389cc21d44760b8ebf462edd8e5d0 (patch) | |
tree | 87a8be2286dea493165a57b0e14d8fa6b6635c8b /clang/lib/Basic/FileManager.cpp | |
parent | 9b6fafa3990fb5963f0558d13d53abc461fb3f29 (diff) | |
download | llvm-bf507d4259c389cc21d44760b8ebf462edd8e5d0.zip llvm-bf507d4259c389cc21d44760b8ebf462edd8e5d0.tar.gz llvm-bf507d4259c389cc21d44760b8ebf462edd8e5d0.tar.bz2 |
[X86] Make EmitCmp into a static function and explicitly return chain result for STRICT_FCMP. NFCI
The only thing its getting from the X86TargetLowering class is
the subtarget which we can easily pass. This function only has
one call site now since this might help the compiler inline it.
Explicitly return both the flag result and the chain result for
STRICT_FCMP nodes. This removes an assumption in the caller that
getValue(1) is the right way to get the chain.
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions