[llvm-commits] CVS: llvm/include/llvm/Transforms/LinkAllPasses.h RSProfiling.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 22 08:24:05 PST 2006
Changes in directory llvm/include/llvm/Transforms:
LinkAllPasses.h updated: 1.28 -> 1.29
RSProfiling.h updated: 1.1 -> 1.2
---
Log message:
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel!
---
Diffs of the changes: (+2 -2)
LinkAllPasses.h | 2 +-
RSProfiling.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Transforms/LinkAllPasses.h
diff -u llvm/include/llvm/Transforms/LinkAllPasses.h:1.28 llvm/include/llvm/Transforms/LinkAllPasses.h:1.29
--- llvm/include/llvm/Transforms/LinkAllPasses.h:1.28 Sun Jan 15 19:05:24 2006
+++ llvm/include/llvm/Transforms/LinkAllPasses.h Wed Feb 22 10:23:43 2006
@@ -110,6 +110,6 @@
}
} ForcePassLinking;
-};
+}
#endif
Index: llvm/include/llvm/Transforms/RSProfiling.h
diff -u llvm/include/llvm/Transforms/RSProfiling.h:1.1 llvm/include/llvm/Transforms/RSProfiling.h:1.2
--- llvm/include/llvm/Transforms/RSProfiling.h:1.1 Mon Nov 28 12:00:28 2005
+++ llvm/include/llvm/Transforms/RSProfiling.h Wed Feb 22 10:23:43 2006
@@ -27,4 +27,4 @@
/// inserted by the profiler.
virtual bool isProfiling(Value* v) = 0;
};
-};
+}
More information about the llvm-commits
mailing list