commit | 56526ec1a900cda73b9c0c0e715ab441690df2ac | [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 | 2ecec3caebf2da334f4f197d1e558b7850c819a1 | |
parent | b04c88cf058fcd6d15c48df0c81fc08a654e1349 [diff] [blame] |
fix READCYCLECOUNTER llvm-svn: 24334
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 1127f8b..0074fd4 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/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);