OSDN Git Service

[InstCombine] fix auto-generated FileCheck-captured variable refs
authorSanjay Patel <spatel@rotateright.com>
Wed, 10 May 2017 14:40:04 +0000 (14:40 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 10 May 2017 14:40:04 +0000 (14:40 +0000)
commitbe27149182780a4489facebc987b5fccee48ce1f
treef05ac9d642162185dfde3bb2678062901c3212df
parentfa879b87eb915c0f853b9c3f76b76d86c9c372f7
[InstCombine] fix auto-generated FileCheck-captured variable refs

The script at utils/update_test_checks.py has (had?) a bug when variables
start with the same sequence of letters (clearly, not all of the time).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302674 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/demorgan.ll
test/Transforms/InstCombine/sext.ll
test/Transforms/InstCombine/trunc.ll