diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-04-29 23:51:33 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-04-29 23:51:33 +0000 |
commit | 46361a1ea1273927b36955454f27b40c74088618 (patch) | |
tree | 696eb103b0fed1e5462c90958862136842afb0cc /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 63a41277fe4764bac27aa9276d0343c6104930a2 (diff) | |
download | llvm-46361a1ea1273927b36955454f27b40c74088618.zip llvm-46361a1ea1273927b36955454f27b40c74088618.tar.gz llvm-46361a1ea1273927b36955454f27b40c74088618.tar.bz2 |
Change x86 CMOVE_F to read it source, not write it.
This was breaking sqlite with the machine verifier because operand 0 was a def according to tablegen, but didn't have the 'isDef' flag set.
Looking at the ISA, its clear that this operand is a source as writing to st(0) is implicit. So move the operand to the correct place in the td file.
rdar://problem/20751584
llvm-svn: 236183
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions