summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2012-08-04-DtripleSpillReload.ll
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-08-28 07:50:37 +0000
committerDaniel Jasper <djasper@google.com>2013-08-28 07:50:37 +0000
commit65b79829c365042eac1d5ad4f7e2a17a152034b8 (patch)
tree0aafd72e252f429476dd2864985f64ef1f6ad933 /llvm/test/CodeGen/ARM/2012-08-04-DtripleSpillReload.ll
parentd215b8bde2137c4856c11cbe76864cddd63e5b3e (diff)
downloadbcm5719-llvm-65b79829c365042eac1d5ad4f7e2a17a152034b8.tar.gz
bcm5719-llvm-65b79829c365042eac1d5ad4f7e2a17a152034b8.zip
clang-format: Improve braced init list detection:
Before: std::this_thread::sleep_for(std::chrono::nanoseconds{ std::chrono::seconds { 1 } } / 5); After: std::this_thread::sleep_for( std::chrono::nanoseconds{ std::chrono::seconds{ 1 } } / 5); This fixes llvm.org/PR16554. llvm-svn: 189451
Diffstat (limited to 'llvm/test/CodeGen/ARM/2012-08-04-DtripleSpillReload.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud