diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-02-11 22:33:32 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-02-11 22:33:32 +0000 |
commit | 1bebad1b865c5de81c9c7bb4ad10ca0489bcdd68 (patch) | |
tree | 485091a0f2d69bfb23e49aa1fe49cd0c3b5e4859 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 3df3c61e91974fa3d3dcb053b977d1c7d8daa55c (diff) | |
download | llvm-1bebad1b865c5de81c9c7bb4ad10ca0489bcdd68.zip llvm-1bebad1b865c5de81c9c7bb4ad10ca0489bcdd68.tar.gz llvm-1bebad1b865c5de81c9c7bb4ad10ca0489bcdd68.tar.bz2 |
Wrap to 80 columns. No behavior change.
llvm-svn: 228880
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 6011333..9a0fe17 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1301,7 +1301,8 @@ public: /// legal to call this function even if there is no current insertion point. void FinishFunction(SourceLocation EndLoc=SourceLocation()); - void StartThunk(llvm::Function *Fn, GlobalDecl GD, const CGFunctionInfo &FnInfo); + void StartThunk(llvm::Function *Fn, GlobalDecl GD, + const CGFunctionInfo &FnInfo); void EmitCallAndReturnForThunk(llvm::Value *Callee, const ThunkInfo *Thunk); |