mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Make valgrind happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120616 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf590263cd
commit
506e579aa0
@ -87,6 +87,7 @@ TEST(Support, Path) {
|
||||
}
|
||||
outs() << "]\n";
|
||||
|
||||
#if 0 // Valgrind is whining about this.
|
||||
outs() << " Reverse Iteration: [";
|
||||
for (sys::path::reverse_iterator ci = sys::path::rbegin(*i),
|
||||
ce = sys::path::rend(*i);
|
||||
@ -95,6 +96,7 @@ TEST(Support, Path) {
|
||||
outs() << *ci << ',';
|
||||
}
|
||||
outs() << "]\n";
|
||||
#endif
|
||||
|
||||
bool bres;
|
||||
StringRef sfres;
|
||||
|
Loading…
x
Reference in New Issue
Block a user