diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-10-06 16:54:29 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-10-06 16:54:29 +0000 |
| commit | e4c91fc9e8cbd91ee25813c4b3a5938d871b108a (patch) | |
| tree | afc16500c615835dbae8c596788d52fd73121a7e /llvm/lib/Target/Alpha/AlphaISelPattern.cpp | |
| parent | 332df13b9e32097407216212c6544ba84a874407 (diff) | |
| download | bcm5719-llvm-e4c91fc9e8cbd91ee25813c4b3a5938d871b108a.tar.gz bcm5719-llvm-e4c91fc9e8cbd91ee25813c4b3a5938d871b108a.zip | |
This is suppose to work now
llvm-svn: 23644
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelPattern.cpp')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelPattern.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 557da82d1d6..bb2162b4809 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp @@ -1822,7 +1822,6 @@ void AlphaISel::Select(SDOperand N) { } else { //ISD::TRUNCSTORE switch(cast<VTSDNode>(Node->getOperand(4))->getVT()) { default: assert(0 && "unknown Type in store"); - case MVT::i1: //FIXME: DAG does not promote this load case MVT::i8: Opc = Alpha::STB; break; case MVT::i16: Opc = Alpha::STW; break; case MVT::i32: Opc = Alpha::STL; break; |

