1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

marked mem* as not supported

llvm-svn: 19992
This commit is contained in:
Andrew Lenharth 2005-02-02 05:49:42 +00:00
parent 5988bfc622
commit 2482a0ef99

View File

@ -61,6 +61,10 @@ namespace {
setOperationAction(ISD::SREM, MVT::f32, Expand);
setOperationAction(ISD::SREM, MVT::f64, Expand);
setOperationAction(ISD::MEMMOVE , MVT::Other, Expand);
setOperationAction(ISD::MEMSET , MVT::Other, Expand);
setOperationAction(ISD::MEMCPY , MVT::Other, Expand);
computeRegisterProperties();
addLegalFPImmediate(+0.0); //F31