aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorDinesh Dwivedi <dinesh.d@samsung.com>2014-05-06 11:46:49 +0000
committerDinesh Dwivedi <dinesh.d@samsung.com>2014-05-06 11:46:49 +0000
commit2e92e66f66ecef2af04c7edbf5e0786e94d4e8f9 (patch)
tree296b2949e0607a39ff3f458a3e2456d44961ef1b /llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
parent0f54f309bb41a5e2b438d6bc7a4bcdc9fb0fdf9e (diff)
downloadllvm-2e92e66f66ecef2af04c7edbf5e0786e94d4e8f9.zip
llvm-2e92e66f66ecef2af04c7edbf5e0786e94d4e8f9.tar.gz
llvm-2e92e66f66ecef2af04c7edbf5e0786e94d4e8f9.tar.bz2
Fixed one issue with casting
Before: (void) SimplifyICmpOperands(Cond, LHS, RHS); After: (void)SimplifyICmpOperands(Cond, LHS, RHS); Differential Revision: http://reviews.llvm.org/D3615 llvm-svn: 208080
Diffstat (limited to 'llvm/lib/CodeGen/BasicTargetTransformInfo.cpp')
0 files changed, 0 insertions, 0 deletions