[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 22 11:28:21 PDT 2005



Changes in directory llvm/lib/Target/IA64:

IA64ISelPattern.cpp updated: 1.58 -> 1.59
---
Log message:

Add a pass name for -time-passes output


---
Diffs of the changes:  (+1 -0)

 IA64ISelPattern.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.58 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.59
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.58	Sun Aug 21 10:43:53 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp	Mon Aug 22 13:28:09 2005
@@ -441,6 +441,7 @@
     // a dag->dag to transform mul-by-constant-int to shifts+adds/subs
     SDOperand BuildConstmulSequence(SDOperand N);
 
+    const char *getPassName() const { return "IA64 Instruction Selector"; }
   };
 }
 






More information about the llvm-commits mailing list