commit | 82639853c07c0119fdf38bed29fc4db55f893d5f | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sat Apr 23 21:38:35 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sat Apr 23 21:38:35 2005 +0000 |
tree | 7e42f4bec2b385bce91d30a93055fece1256f074 | |
parent | 8047f13a888189189f1efde5509462b80a967bd1 [diff] [blame] |
Eliminate tabs and trailing spaces llvm-svn: 21480
diff --git a/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp b/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp index ae8a8bd..9018ee6 100644 --- a/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp +++ b/llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
@@ -36,7 +36,7 @@ ModulePass *llvm::createTraceBasicBlockPass() { - return new TraceBasicBlocks(); + return new TraceBasicBlocks(); } static void InsertInstrumentationCall (BasicBlock *BB,