diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-08 08:22:00 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-08 08:22:00 +0000 |
commit | acc33666f6218a55421eb6e3ccd116012c23d3d7 (patch) | |
tree | b01820d4398735b8c5a9cddf7ffce2e22081edbf /llvm/lib/CodeGen/BasicTargetTransformInfo.cpp | |
parent | d3c543703d29604efeaa69e72cccdd9dfec947f5 (diff) | |
download | llvm-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