mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 22:26:16 +00:00
fix READCYCLECOUNTER
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24334 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
692f871d1f
commit
82a698ce6a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user