Fix this code for hosts where std::vector doesn't have .data().
authorDan Gohman <gohman@apple.com>
Sun, 24 May 2009 19:02:45 +0000 (19:02 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 24 May 2009 19:02:45 +0000 (19:02 +0000)
commitfb5a3419f351056e0f599699d276bcab412d2cce
tree7177d7249557174e510b0a6f0a1cfbaebe9ecc19
parent14fba294e1f2d619fe50b72d5fd88da2b17461dd
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
lib/Analysis/ScalarEvolutionExpander.cpp