diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-12 19:04:09 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-12 19:04:09 +0000 |
commit | 82a698ce6a37c25d1bc6aa451f4aa95566b028cd (patch) | |
tree | 8653fb94f56b283718b8195211ed8a0bb3939e05 /lib/Target/Alpha/AlphaISelPattern.cpp | |
parent | 692f871d1f9503b85ce735bdcef1b254b3b54424 (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.cpp | 1 |
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); |