diff options
| author | Pavel Labath <labath@google.com> | 2017-12-01 12:05:00 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2017-12-01 12:05:00 +0000 |
| commit | 11edb4eeef299452b8e83d96e3c042b001ec803e (patch) | |
| tree | 7c7889b70194fa5ee409dd080868f0ed82c43392 /llvm/lib/Analysis/LoopInfo.cpp | |
| parent | 4364513cb2d8306994a43699018e83a097f2efc4 (diff) | |
| download | bcm5719-llvm-11edb4eeef299452b8e83d96e3c042b001ec803e.tar.gz bcm5719-llvm-11edb4eeef299452b8e83d96e3c042b001ec803e.zip | |
Kill struct IOVEC
struct iovec is used as an interface to system (posix) api's. As such,
we shouldn't be using it in os-independent code, and we shouldn't be
defining our own iovec replacements.
Fortunately, its usage was not very widespread, so the removal was very
easy -- I simply moved a couple declarations into os-specific code.
llvm-svn: 319536
Diffstat (limited to 'llvm/lib/Analysis/LoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions

