This is an archive of the discontinued LLVM Phabricator instance.

Local variable only referenced in assert, causing opt build warnings
AbandonedPublic

Authored by shenhan on Mar 2 2018, 9:36 AM.

Details

Reviewers
grosbach
Summary

This patch fixed the problem that a local variable is only referenced in "assert", which causes opt build warnings.

Diff Detail

Repository
rL LLVM

Event Timeline

shenhan created this revision.Mar 2 2018, 9:36 AM

Fixed in llvm/trunk@326592
Abandoned.

shenhan abandoned this revision.Mar 2 2018, 10:15 AM