summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit56526ec1a900cda73b9c0c0e715ab441690df2ac (patch)
tree2ecec3caebf2da334f4f197d1e558b7850c819a1 /llvm/lib/Target
parentb04c88cf058fcd6d15c48df0c81fc08a654e1349 (diff)
downloadbcm5719-llvm-56526ec1a900cda73b9c0c0e715ab441690df2ac.tar.gz
bcm5719-llvm-56526ec1a900cda73b9c0c0e715ab441690df2ac.zip
fix READCYCLECOUNTER
llvm-svn: 24334
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelPattern.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
index 1127f8b9e49..0074fd448ea 100644
--- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud