aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/AbstractTypeUser.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-22 03:18:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-22 03:18:56 +0000
commit59f6449cff14d7edac319d4eab4b52b8bd858e92 (patch)
tree9c695fb7ee52dd8d625daef0ec0e98b9bdbff1f3 /include/llvm/AbstractTypeUser.h
parent672c11b41fe66f96a3f3c6b16f839c1edf66a384 (diff)
downloadexternal_llvm-59f6449cff14d7edac319d4eab4b52b8bd858e92.zip
external_llvm-59f6449cff14d7edac319d4eab4b52b8bd858e92.tar.gz
external_llvm-59f6449cff14d7edac319d4eab4b52b8bd858e92.tar.bz2
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/AbstractTypeUser.h')
-rw-r--r--include/llvm/AbstractTypeUser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h
index de9565f..9e96a99 100644
--- a/include/llvm/AbstractTypeUser.h
+++ b/include/llvm/AbstractTypeUser.h
@@ -52,7 +52,7 @@ public:
/// its internal state to reference NewType instead of OldType.
///
virtual void refineAbstractType(const DerivedType *OldTy,
- const Type *NewTy) = 0;
+ const Type *NewTy) = 0;
/// The other case which AbstractTypeUsers must be aware of is when a type
/// makes the transition from being abstract (where it has clients on it's