[llvm-commits] [llvm] r116851 - /llvm/trunk/include/llvm/PassSupport.h

Bill Wendling wendling at apple.com
Tue Oct 19 13:08:10 PDT 2010


Thanks! :-)

-bw

On Oct 19, 2010, at 12:54 PM, Owen Anderson wrote:

> 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) { \
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101019/8e59c782/attachment.html>


More information about the llvm-commits mailing list