commit | 82a698ce6a37c25d1bc6aa451f4aa95566b028cd | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Sat Nov 12 19:04:09 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Sat Nov 12 19:04:09 2005 +0000 |
tree | 8653fb94f56b283718b8195211ed8a0bb3939e05 | |
parent | 692f871d1f9503b85ce735bdcef1b254b3b54424 [diff] [blame] |
fix READCYCLECOUNTER git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24334 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index 1127f8b..0074fd4 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -1749,6 +1749,7 @@ case ISD::CopyFromReg: case ISD::TAILCALL: case ISD::CALL: + case ISD::READCYCLECOUNTER: case ISD::DYNAMIC_STACKALLOC: ExprMap.erase(N); SelectExpr(N);