summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-03-16 04:47:38 +0000
committerManman Ren <mren@apple.com>2013-03-16 04:47:38 +0000
commitc089074aa57af8cb9cbef1ba351e828c46bab603 (patch)
treeed80b5b100b6872c2e1aecf938819dccd4334484 /clang/lib/CodeGen/CodeGenFunction.h
parent612f7bfa4dddf8521663d8e9a60132f1dd5d3e0b (diff)
downloadbcm5719-llvm-c089074aa57af8cb9cbef1ba351e828c46bab603.tar.gz
bcm5719-llvm-c089074aa57af8cb9cbef1ba351e828c46bab603.zip
revert r177211 due to its potential issues
llvm-svn: 177222
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 19a4d571ee2..55c21e80ee2 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1131,10 +1131,6 @@ private:
CGDebugInfo *DebugInfo;
bool DisableDebugInfo;
- /// If the current function returns 'this', use the field to keep track of
- /// the callee that returns 'this'.
- llvm::Value *CalleeWithThisReturn;
-
/// DidCallStackSave - Whether llvm.stacksave has been called. Used to avoid
/// calling llvm.stacksave for multiple VLAs in the same scope.
bool DidCallStackSave;
OpenPOWER on IntegriCloud