| commit | fa7ae4f3b6316e60de4e3d9f4dd1f355889f970c | [log] [tgz] |
|---|---|---|
| author | Pete Cooper <peter_cooper@apple.com> | Thu Aug 11 22:23:07 2016 +0000 |
| committer | Pete Cooper <peter_cooper@apple.com> | Thu Aug 11 22:23:07 2016 +0000 |
| tree | 1047fbbcb432950a0e3e7c61bbe0d5c46d6f7b04 | |
| parent | 0d955d0bf5cbbd50061309ad2c08c0dcf8f62039 [diff] |
Remove unnecessary extra version of isValidAssumeForContext. NFC. There were 2 versions of this method. A public one which takes a const Instruction* and a private implementation which takes a mutable Value* and casts to an Instruction*. There was no need for the 2 versions as all callers pass a const Instruction* and there was no need for a mutable pointer as we only do analysis here. llvm-svn: 278434