diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-04-07 20:11:32 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-04-07 20:11:32 +0000 |
commit | d3355e22a7e5a2bb1254a4ac18f81175cab40a2e (patch) | |
tree | 91d97dc17c809ea796af9493d66f6d00b0fff3b3 /lib/Target/Alpha/AlphaISelPattern.cpp | |
parent | 5a6bace3ab8db44e5412a773626fbb76fb316767 (diff) |
Alpha zero extends setcc results
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaISelPattern.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index 381ecdd7b9..8d6c46ac17 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp @@ -53,6 +53,7 @@ namespace { //I am having problems with shr n ubyte 1 setShiftAmountType(MVT::i64); setSetCCResultType(MVT::i64); + setSetCCResultContents(ZeroOrOneSetCCResult); addRegisterClass(MVT::i64, Alpha::GPRCRegisterClass); addRegisterClass(MVT::f64, Alpha::FPRCRegisterClass); |