add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeGen to...
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 28 Jun 2012 22:30:12 +0000 (22:30 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 28 Jun 2012 22:30:12 +0000 (22:30 +0000)
commit85b408991aff28ffa4e9e113a5a8a35b0db505c2
treecc14c26f463a1c1a00bcb2c6a9cbed3235a2a591
parent926dc168c893e1848a18e45fd78f9b99d6f4cd5d
add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeGen to ignore calls to it

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159383 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/Generic/donothing.ll [new file with mode: 0644]