commit | 51b8d54922350b7e1c2cd5a5183ef2c5f5d1b1d5 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Fri Nov 11 16:47:30 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Fri Nov 11 16:47:30 2005 +0000 |
tree | 76fbb3c458648bcc22897b27ad74c94b13bdc4ff | |
parent | aeef8fc5c6124a34bd2a723071a3982b559c26f2 [diff] [blame] |
continued readcyclecounter support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24300 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index eb13486..791fced 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -549,6 +549,11 @@ Node->dump(); assert(0 && "Node not handled!\n"); + case ISD::READCYCLECOUNTER: + Select(N.getOperand(0)); //Select chain + BuildMI(BB, Alpha::RPCC, 1, Result).addReg(Alpha::R31); + return Result; + case ISD::CTPOP: case ISD::CTTZ: case ISD::CTLZ: