aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/FunctionUtils.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-21 20:59:05 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-21 20:59:05 +0000
commit34695381d626485a560594f162701088079589df (patch)
tree52ceeaf9d0d23aee9d3963623a3b1f0b2786179c /include/llvm/Transforms/Utils/FunctionUtils.h
parent63b3afa98460ce38a1c48d3c44ef6edfdaf37b77 (diff)
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils/FunctionUtils.h')
-rw-r--r--include/llvm/Transforms/Utils/FunctionUtils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Transforms/Utils/FunctionUtils.h b/include/llvm/Transforms/Utils/FunctionUtils.h
index d0e9cbc63e..d8610bba95 100644
--- a/include/llvm/Transforms/Utils/FunctionUtils.h
+++ b/include/llvm/Transforms/Utils/FunctionUtils.h
@@ -1,10 +1,10 @@
//===-- Transform/Utils/FunctionUtils.h - Function Utils --------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This family of transformations manipulate LLVM functions.
@@ -21,7 +21,7 @@ namespace llvm {
struct DominatorSet;
class Function;
class Loop;
-
+
/// ExtractCodeRegion - rip out a sequence of basic blocks into a new function
///
Function* ExtractCodeRegion(DominatorSet &DS,