From: Andrew Lenharth Date: Sat, 12 Nov 2005 19:04:09 +0000 (+0000) Subject: fix READCYCLECOUNTER X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=82a698ce6a37c25d1bc6aa451f4aa95566b028cd;p=oota-llvm.git 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 1127f8b9e49..0074fd448ea 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);