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);



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to