[llvm] r213833 - Remove a stray semicolon. [-Wpedantic]

Duncan P. N. Exon Smith dexonsmith at apple.com
Thu Jul 24 08:30:22 PDT 2014


Thanks!

> On 2014-Jul-23, at 19:11, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 
> Author: chapuni
> Date: Wed Jul 23 21:11:24 2014
> New Revision: 213833
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=213833&view=rev
> Log:
> Remove a stray semicolon. [-Wpedantic]
> 
> Modified:
>    llvm/trunk/include/llvm/IR/Value.h
> 
> Modified: llvm/trunk/include/llvm/IR/Value.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Value.h?rev=213833&r1=213832&r2=213833&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/IR/Value.h (original)
> +++ llvm/trunk/include/llvm/IR/Value.h Wed Jul 23 21:11:24 2014
> @@ -584,7 +584,7 @@ void Value::mergeUseListsImpl(Use *L, Us
>   }
>   *Next = L;
>   mergeUseListsImpl(L->Next, R, &L->Next, Cmp);
> -};
> +}
> 
> // isa - Provide some specializations of isa so that we don't have to include
> // the subtype header files to test to see if the value is a subclass...
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list