Skip to content
Commit 5b15a9be authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Two variables had been added for an assert, but their values were

re-computed rather than the variables be re-used just after the assert.
Just use the variables since we have them already. Fixes an unused
variable warning.

Also fix an 80-column violation.

llvm-svn: 148212
parent da22f30e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment