mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Removed llvm_ostream and used std::ostream instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d71b620c6c
commit
fc04e5ead3
@ -244,7 +244,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
inline void BitSetVector::print(llvm_ostream& O) const
|
||||
inline void BitSetVector::print(std::ostream& O) const
|
||||
{
|
||||
for (std::vector<bitword>::const_iterator
|
||||
I=bitsetVec.begin(), E=bitsetVec.end(); I != E; ++I)
|
||||
|
Loading…
x
Reference in New Issue
Block a user