[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sat Nov 12 11:04:28 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.183 -> 1.184
---
Log message:
fix READCYCLECOUNTER
---
Diffs of the changes: (+1 -0)
AlphaISelPattern.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.183 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.184
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.183 Fri Nov 11 17:08:46 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Sat Nov 12 13:04:09 2005
@@ -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);
More information about the llvm-commits
mailing list