aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-08 08:22:00 +0000
committerDaniel Jasper <djasper@google.com>2013-02-08 08:22:00 +0000
commitacc33666f6218a55421eb6e3ccd116012c23d3d7 (patch)
treeb01820d4398735b8c5a9cddf7ffce2e22081edbf /llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
parentd3c543703d29604efeaa69e72cccdd9dfec947f5 (diff)
downloadllvm-acc33666f6218a55421eb6e3ccd116012c23d3d7.zip
llvm-acc33666f6218a55421eb6e3ccd116012c23d3d7.tar.gz
llvm-acc33666f6218a55421eb6e3ccd116012c23d3d7.tar.bz2
Avoid unnecessary line breaks in nested ObjC calls.
Before: [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)] forType:kBookmarkButtonDragType]; After: [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)] forType:kBookmarkButtonDragType]; llvm-svn: 174701
Diffstat (limited to 'llvm/lib/CodeGen/BasicTargetTransformInfo.cpp')
0 files changed, 0 insertions, 0 deletions