diff options
| author | Daniel Jasper <djasper@google.com> | 2012-12-24 13:43:52 +0000 | 
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2012-12-24 13:43:52 +0000 | 
| commit | 2eda23e78a517d7ea4318f908b7dc96d38049067 (patch) | |
| tree | 7ab9743d33d9973c7cc5bd71b76e026e7278b7ac /llvm/lib/CodeGen/Spiller.cpp | |
| parent | ebb23c8cfa7696d717b7abb8e8260557474eaa3b (diff) | |
| download | bcm5719-llvm-2eda23e78a517d7ea4318f908b7dc96d38049067.tar.gz bcm5719-llvm-2eda23e78a517d7ea4318f908b7dc96d38049067.zip | |
Align RHS after assignments and return statements.
This changes:
  int Result = a +  // force break
      b;
  return Result +  // force break
      5;
To:
  int Result = a +  // force break
               b;
  return Result +  // force break
         5;
llvm-svn: 171032
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.cpp')
0 files changed, 0 insertions, 0 deletions

