Malloc calls are marked NoAlias, so the code below the isMalloc() check makes it...
authorVictor Hernandez <vhernandez@apple.com>
Mon, 19 Oct 2009 21:47:22 +0000 (21:47 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Mon, 19 Oct 2009 21:47:22 +0000 (21:47 +0000)
commit93bb60d3793e6354866e2820a030f3baebb55a38
treed74f8c84090c3d39b30a12be5249753786788fa7
parent83e43ca1b65c18afa3afd596938f9ff05e1084f9
Malloc calls are marked NoAlias, so the code below the isMalloc() check makes it redundant.  Removing the isMalloc() check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84541 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp