1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Tabs -> spaces, and remove trailing whitespace.

llvm-svn: 82355
This commit is contained in:
Daniel Dunbar 2009-09-20 02:20:51 +00:00
parent d402d7374a
commit 378331a13d
19 changed files with 1234 additions and 1235 deletions

View File

@ -396,4 +396,3 @@ void ValueEnumerator::purgeFunction() {
Values.resize(NumModuleValues);
BasicBlocks.clear();
}