Remove extraneous slash.
authorOwen Anderson <resistor@mac.com>
Tue, 19 Oct 2010 19:54:48 +0000 (19:54 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 19 Oct 2010 19:54:48 +0000 (19:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116851 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassSupport.h

index c79b41e58751455d435a3a52ab89fa1ea7148682..d1b4f268c4b82656eabd294a1976c4b5cfea8377 100644 (file)
@@ -143,7 +143,7 @@ private:
       tmp = initialized; \
       sys::MemoryFence(); \
     } \
-  } \
+  }
 
 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
   static void* initialize##passName##PassOnce(PassRegistry &Registry) { \