From 82a698ce6a37c25d1bc6aa451f4aa95566b028cd Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Sat, 12 Nov 2005 19:04:09 +0000 Subject: [PATCH] fix READCYCLECOUNTER git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24334 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaISelPattern.cpp | 1 + 1 file changed, 1 insertion(+) 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);