[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp RSProfiling.h

Chris Lattner lattner at cs.uiuc.edu
Wed May 24 10:04:35 PDT 2006



Changes in directory llvm/lib/Transforms/Instrumentation:

RSProfiling.cpp updated: 1.4 -> 1.5
RSProfiling.h updated: 1.2 -> 1.3
---
Log message:

Patches to make the LLVM sources more -pedantic clean.  Patch provided
by Anton Korobeynikov!  This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 .


---
Diffs of the changes:  (+2 -2)

 RSProfiling.cpp |    2 +-
 RSProfiling.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp
diff -u llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.4 llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.5
--- llvm/lib/Transforms/Instrumentation/RSProfiling.cpp:1.4	Mon Nov 28 12:10:59 2005
+++ llvm/lib/Transforms/Instrumentation/RSProfiling.cpp	Wed May 24 12:04:04 2006
@@ -162,7 +162,7 @@
 
   RegisterOpt<ProfilerRS> X("insert-rs-profiling-framework",
 			   "Insert random sampling instrumentation  framework");
-};
+}
 
 //Local utilities
 static void ReplacePhiPred(BasicBlock* btarget, 


Index: llvm/lib/Transforms/Instrumentation/RSProfiling.h
diff -u llvm/lib/Transforms/Instrumentation/RSProfiling.h:1.2 llvm/lib/Transforms/Instrumentation/RSProfiling.h:1.3
--- llvm/lib/Transforms/Instrumentation/RSProfiling.h:1.2	Mon Nov 28 12:00:38 2005
+++ llvm/lib/Transforms/Instrumentation/RSProfiling.h	Wed May 24 12:04:04 2006
@@ -26,4 +26,4 @@
     void IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum,
                                  GlobalValue *CounterArray);
   };
-};
+}






More information about the llvm-commits mailing list