[llvm-commits] [llvm] r159383 - in /llvm/trunk: include/llvm/Intrinsics.td lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp test/CodeGen/Generic/donothing.ll

Chris Lattner clattner at apple.com
Tue Jul 3 19:35:07 PDT 2012


On Jun 28, 2012, at 3:30 PM, Nuno Lopes wrote:

> Author: nlopes
> Date: Thu Jun 28 17:30:12 2012
> New Revision: 159383
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=159383&view=rev
> Log:
> add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeGen to ignore calls to it

Great name :).  Please add it to LangRef if you haven't already.

-Chris



More information about the llvm-commits mailing list