Verifier: Make the raw_ostream constructor argument required
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 15 Mar 2015 00:46:57 +0000 (00:46 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 15 Mar 2015 00:46:57 +0000 (00:46 +0000)
commit7c068cfe9ac31d570a582e177ef7cd85270fab9b
treed55de31415ebebd75a70b2a186218b8317764eb5
parentf548941ee0a9318504665cfa6b431bd470b13e14
Verifier: Make the raw_ostream constructor argument required

This was passed inconsistently; seems clearer to make it required anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232291 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp