diff options
author | Dan Gohman <gohman@apple.com> | 2009-05-24 19:02:45 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-05-24 19:02:45 +0000 |
commit | fb5a3419f351056e0f599699d276bcab412d2cce (patch) | |
tree | 7177d7249557174e510b0a6f0a1cfbaebe9ecc19 /lib/Transforms/Scalar/IndVarSimplify.cpp | |
parent | 14fba294e1f2d619fe50b72d5fd88da2b17461dd (diff) |
Fix this code for hosts where std::vector doesn't have .data().
Use &Ops[0] instead, which is safe since Ops will never be empty here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/IndVarSimplify.cpp')
0 files changed, 0 insertions, 0 deletions