[llvm-commits] [llvm] r104912 - /llvm/trunk/utils/TableGen/TableGen.cpp
Nate Begeman
natebegeman at me.com
Thu May 27 19:04:44 PDT 2010
D'oh, thanks.
On May 27, 2010, at 6:15 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Thu May 27 20:15:28 2010
> New Revision: 104912
>
> URL: http://llvm.org/viewvc/llvm-project?rev=104912&view=rev
> Log:
> Fix build breakage.
>
>
> Modified:
> llvm/trunk/utils/TableGen/TableGen.cpp
>
> Modified: llvm/trunk/utils/TableGen/TableGen.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/TableGen.cpp?rev=104912&r1=104911&r2=104912&view=diff
> ==============================================================================
> --- llvm/trunk/utils/TableGen/TableGen.cpp (original)
> +++ llvm/trunk/utils/TableGen/TableGen.cpp Thu May 27 20:15:28 2010
> @@ -285,7 +285,7 @@
> EDEmitter(Records).run(Out);
> break;
> case GenNeonHeader:
> - NeonEmitter(Records).run(*Out);
> + NeonEmitter(Records).run(Out);
> break;
> case PrintEnums:
> {
>
>
> _______________________________________________
> 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