[llvm-commits] [llvm] r116851 - /llvm/trunk/include/llvm/PassSupport.h
Owen Anderson
resistor at mac.com
Tue Oct 19 12:54:48 PDT 2010
Author: resistor
Date: Tue Oct 19 14:54:48 2010
New Revision: 116851
URL: http://llvm.org/viewvc/llvm-project?rev=116851&view=rev
Log:
Remove extraneous slash.
Modified:
llvm/trunk/include/llvm/PassSupport.h
Modified: llvm/trunk/include/llvm/PassSupport.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=116851&r1=116850&r2=116851&view=diff
==============================================================================
--- llvm/trunk/include/llvm/PassSupport.h (original)
+++ llvm/trunk/include/llvm/PassSupport.h Tue Oct 19 14:54:48 2010
@@ -143,7 +143,7 @@
tmp = initialized; \
sys::MemoryFence(); \
} \
- } \
+ }
#define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \
static void* initialize##passName##PassOnce(PassRegistry &Registry) { \
More information about the llvm-commits
mailing list