[llvm-commits] CVS: llvm/lib/Reoptimizer/BinInterface/sparcbin.cpp

John Criswell criswell at choi.cs.uiuc.edu
Thu Jun 26 16:39:26 PDT 2003


Changes in directory llvm/lib/Reoptimizer/BinInterface:

sparcbin.cpp updated: 1.7 -> 1.7.2.1

---
Log message:

Merged with mainline on Thursday, June 26, 2003.


---
Diffs of the changes:

Index: llvm/lib/Reoptimizer/BinInterface/sparcbin.cpp
diff -u llvm/lib/Reoptimizer/BinInterface/sparcbin.cpp:1.7 llvm/lib/Reoptimizer/BinInterface/sparcbin.cpp:1.7.2.1
--- llvm/lib/Reoptimizer/BinInterface/sparcbin.cpp:1.7	Wed Jun  4 04:40:54 2003
+++ llvm/lib/Reoptimizer/BinInterface/sparcbin.cpp	Thu Jun 26 16:35:18 2003
@@ -274,7 +274,7 @@
       if (instr->flags & IF_BRINTERNAL)
 	printf("{dest:s%02d} ", instr->ibranch.dest);
       else
-	printf("{dest:0x%x} ", (intptr_t)instr->ebranch.dest);
+	printf("{dest:%p} ", instr->ebranch.dest);
       
       sparc_print_pseudo(instr->instr, 
 			 instr->alu.genrs1, 





More information about the llvm-commits mailing list