diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-01-05 16:28:14 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-01-05 16:28:14 +0000 |
commit | 84fb959489a07f032208deb8bf32776867aaeab2 (patch) | |
tree | dcc4ac19d7b6153b5e240aa38183da084fbab9fb /include/llvm/Use.h | |
parent | fd095b6389ec7c794e094f2a5dc8851bdc108999 (diff) |
eliminate tabs from my previous commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r-- | include/llvm/Use.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h index 7d6bf5027b..a2774c802f 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -98,7 +98,7 @@ private: Value *Val; Use *Next; - PointerIntPair<Use**, 2, PrevPtrTag> Prev; + PointerIntPair<Use**, 2, PrevPtrTag> Prev; void setPrev(Use **NewPrev) { Prev.setPointer(NewPrev); |