aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelPattern.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-11-12 19:04:09 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-11-12 19:04:09 +0000
commit82a698ce6a37c25d1bc6aa451f4aa95566b028cd (patch)
tree8653fb94f56b283718b8195211ed8a0bb3939e05 /lib/Target/Alpha/AlphaISelPattern.cpp
parent692f871d1f9503b85ce735bdcef1b254b3b54424 (diff)
fix READCYCLECOUNTER
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelPattern.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp
index 1127f8b9e4..0074fd448e 100644
--- a/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -1749,6 +1749,7 @@ void AlphaISel::Select(SDOperand N) {
case ISD::CopyFromReg:
case ISD::TAILCALL:
case ISD::CALL:
+ case ISD::READCYCLECOUNTER:
case ISD::DYNAMIC_STACKALLOC:
ExprMap.erase(N);
SelectExpr(N);