From 879b65b396e9dff5f0192f85932473123b0d799e Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 19 Oct 2010 19:54:48 +0000 Subject: [PATCH] Remove extraneous slash. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116851 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/PassSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index c79b41e5875..d1b4f268c4b 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) { \ -- 2.34.1