diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-24 00:47:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-24 00:47:47 +0000 |
commit | db1ac3cf3e170a382ed5b521d322d191eaea54d4 (patch) | |
tree | 77f083822226c1bc81e5062ee7704b5c1ae4d1cd /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | f9f54eab439ef3141a22886e8d30d1f799c4dd22 (diff) | |
download | llvm-db1ac3cf3e170a382ed5b521d322d191eaea54d4.zip llvm-db1ac3cf3e170a382ed5b521d322d191eaea54d4.tar.gz llvm-db1ac3cf3e170a382ed5b521d322d191eaea54d4.tar.bz2 |
Switch SDTUnaryArithWithFlags to being modeled as a two-result
ISD node. The only change in the generated isel code are comments
like:
< // Src: (X86dec_flag:i16 GR16:i16:$src)
---
> // Src: (X86dec_flag:i16:i32 GR16:i16:$src)
because now it knows that X86dec_flag returns both an i16 (for the result)
and an i32 (for EFLAGS) in this case. Wewt.
llvm-svn: 99369
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions