It seems clear that this should return Changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2010-06-29 14:49:35 +00:00
parent d31f972bd3
commit 80b9b89537

View File

@ -153,7 +153,7 @@ namespace {
Changed = true;
}
return false;
return Changed;
}
public: