]> granicus.if.org Git - clang/commit
Update test case to be compatible with auto-migration to new getelementptr syntax...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Feb 2015 00:41:07 +0000 (00:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Feb 2015 00:41:07 +0000 (00:41 +0000)
commitec58d9e3ac445e96413d10957c2e2488a695e784
treefa8fafbc45b879c6c2075b877732e7f52f2ea03e
parentad4f569e8bf63cb16051980f2b56752ec130b902
Update test case to be compatible with auto-migration to new getelementptr syntax coming in the near future

The first change won't touch GEPOperators such as these, but the update
script only identifies them by the leading '(' after getelementptr or
'getelementptr inbounds', so update this test to at least have those
features to allow auto-migrating.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229198 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/clear_cache.c