revert r194655

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Kledzik
2013-11-21 00:20:10 +00:00
parent 1e81642366
commit 25f01786ea
3 changed files with 5 additions and 80 deletions

View File

@@ -65,7 +65,7 @@ void Input::HNode::anchor() {}
void Input::EmptyHNode::anchor() {}
void Input::ScalarHNode::anchor() {}
bool Input::outputting() const {
bool Input::outputting() {
return false;
}
@@ -406,7 +406,7 @@ Output::Output(raw_ostream &yout, void *context)
Output::~Output() {
}
bool Output::outputting() const {
bool Output::outputting() {
return true;
}