commit | 50b37845ef3ecc706806ca6da76c68db283f6e1e | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Tue Nov 22 04:20:06 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Tue Nov 22 04:20:06 2005 +0000 |
tree | d16b68e4728ce560d5c5da7738e1cb80cde6cf9f | |
parent | 4ef3b817fee7ea5be7219e00ab8e15976bfe279f [diff] [blame] |
massive DAGISel patch. lots and lots more stuff compiles now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24483 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaCodeEmitter.cpp b/lib/Target/Alpha/AlphaCodeEmitter.cpp index a0da7aa..8102626 100644 --- a/lib/Target/Alpha/AlphaCodeEmitter.cpp +++ b/lib/Target/Alpha/AlphaCodeEmitter.cpp
@@ -117,7 +117,9 @@ case Alpha::ALTENT: case Alpha::PCLABEL: case Alpha::MEMLABEL: - case Alpha::IDEF: + case Alpha::IDEF_I: + case Alpha::IDEF_F32: + case Alpha::IDEF_F64: break; //skip these } }