fix READCYCLECOUNTER

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24334 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-11-12 19:04:09 +00:00
parent 692f871d1f
commit 82a698ce6a

View File

@ -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);