diff options
| author | Dinesh Dwivedi <dinesh.d@samsung.com> | 2014-05-06 11:46:49 +0000 |
|---|---|---|
| committer | Dinesh Dwivedi <dinesh.d@samsung.com> | 2014-05-06 11:46:49 +0000 |
| commit | 2e92e66f66ecef2af04c7edbf5e0786e94d4e8f9 (patch) | |
| tree | 296b2949e0607a39ff3f458a3e2456d44961ef1b /llvm/lib/CodeGen/BasicTargetTransformInfo.cpp | |
| parent | 0f54f309bb41a5e2b438d6bc7a4bcdc9fb0fdf9e (diff) | |
| download | llvm-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
