aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/RSProfiling.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
committerChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
commit410354fe0c052141dadeca939395743f8dd58e38 (patch)
tree93f7cc80943a94623335b126b87998cebbe0e00b /include/llvm/Transforms/RSProfiling.h
parenta2a51607a6601d42c5f559858f77ef1cad86efe1 (diff)
downloadexternal_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.gz
external_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.bz2
external_llvm-410354fe0c052141dadeca939395743f8dd58e38.zip
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/RSProfiling.h')
-rw-r--r--include/llvm/Transforms/RSProfiling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/RSProfiling.h b/include/llvm/Transforms/RSProfiling.h
index 897f63ef62..2df2932f29 100644
--- a/include/llvm/Transforms/RSProfiling.h
+++ b/include/llvm/Transforms/RSProfiling.h
@@ -27,4 +27,4 @@ namespace llvm {
/// inserted by the profiler.
virtual bool isProfiling(Value* v) = 0;
};
-};
+}