[llvm-commits] [llvm] r136488 - /llvm/trunk/utils/TableGen/Record.cpp

Chris Lattner clattner at apple.com
Fri Jul 29 12:16:48 PDT 2011


On Jul 29, 2011, at 12:07 PM, David Greene wrote:

> Author: greened
> Date: Fri Jul 29 14:07:10 2011
> New Revision: 136488
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=136488&view=rev
> Log:
> [AVX] Unique BitInit
> 
> Keep only two copies of BitInit: one for true and one for false.
> 
> Modified:
>    llvm/trunk/utils/TableGen/Record.cpp
> 
> Modified: llvm/trunk/utils/TableGen/Record.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/Record.cpp?rev=136488&r1=136487&r2=136488&view=diff
> ==============================================================================
> --- llvm/trunk/utils/TableGen/Record.cpp (original)
> +++ llvm/trunk/utils/TableGen/Record.cpp Fri Jul 29 14:07:10 2011
> @@ -1,3 +1,4 @@
> +
> //===- Record.cpp - Record implementation ---------------------------------===//
> //
> //                     The LLVM Compiler Infrastructure

Please remove the extra line.

-Chris



More information about the llvm-commits mailing list