summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-07 10:48:50 +0000
committerDaniel Jasper <djasper@google.com>2013-01-07 10:48:50 +0000
commitda16db3f9ab0574626ad068740389fcea89d419f (patch)
tree3a723b1b2cf3b82e1188e89fb9c19d18c6b87668 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parentb7e60f6844947b8d63079e696c15834a3e981b0e (diff)
downloadbcm5719-llvm-da16db3f9ab0574626ad068740389fcea89d419f.tar.gz
bcm5719-llvm-da16db3f9ab0574626ad068740389fcea89d419f.zip
Do not break before "0" in pure virtual function declarations.
Before: virtual void write(ELFWriter *writer, OwningPtr<FileOutputBuffer> &buffer) = 0 After: virtual void write(ELFWriter *writerrr, OwningPtr<FileOutputBuffer> &buffer) = 0; This addresses llvm.org/PR14815. To implement this I introduced a line type during parsing and moved the definition of TokenType out of the struct for increased readability. Should have done the latter in a separate patch, but it would be hard to pull apart now. llvm-svn: 171724
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud