commit | bed1965111fc29929e8b282c489e05c857610fb9 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Thu May 14 05:54:02 2015 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Thu May 14 05:54:02 2015 +0000 |
tree | ccf78918c9f08f452a45bdc3955440988c661668 | |
parent | 8a049abf2f61829d96e853057e083953d142db5b [diff] |
[TableGen] Remove an unnecessary outer 'if' around 3 separate inner ifs. No functional change intended. The outer if had 3 separate conditions ORed together and then the inner ifs detected which of the three conditions it was by using only a portion of the specific condition. Just put the whole condition in each inner if and remove the outer if. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237343 91177308-0d34-0410-b5e6-96231b3b80d8