aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-19 19:54:48 +0000
committerOwen Anderson <resistor@mac.com>2010-10-19 19:54:48 +0000
commit879b65b396e9dff5f0192f85932473123b0d799e (patch)
tree3b1ca9c1836ae2646976b5ff26845828410a0acd /include/llvm/PassSupport.h
parentbd70118f163f94a4d77eb036e6f83dd0bfcb6268 (diff)
downloadexternal_llvm-879b65b396e9dff5f0192f85932473123b0d799e.zip
external_llvm-879b65b396e9dff5f0192f85932473123b0d799e.tar.gz
external_llvm-879b65b396e9dff5f0192f85932473123b0d799e.tar.bz2
Remove extraneous slash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h
index c79b41e..d1b4f26 100644
--- a/include/llvm/PassSupport.h
+++ b/include/llvm/PassSupport.h
@@ -143,7 +143,7 @@ private:
tmp = initialized; \
sys::MemoryFence(); \
} \
- } \
+ }
#define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
static void* initialize##passName##PassOnce(PassRegistry &Registry) { \