projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
692f871
)
fix READCYCLECOUNTER
author
Andrew Lenharth
<andrewl@lenharth.org>
Sat, 12 Nov 2005 19:04:09 +0000
(19:04 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Sat, 12 Nov 2005 19:04:09 +0000
(19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24334
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaISelPattern.cpp
b/lib/Target/Alpha/AlphaISelPattern.cpp
index 1127f8b9e4962832920444c9233a006b5f974a06..0074fd448eaca4777ae98de980776916cfa12ab9 100644
(file)
--- 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);