aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-01-07 22:05:45 +0000
committerAdrian Prantl <aprantl@apple.com>2014-01-07 22:05:45 +0000
commitc6758879b3b048e334a84f436cae47f2c314be0b (patch)
tree8fa6ddbc220559abcd1a1e6e74ce296da10526f6 /clang/lib/CodeGen/CodeGenFunction.h
parent966c6f6ddfb1830ae9552719dd810a835e76d18c (diff)
downloadllvm-c6758879b3b048e334a84f436cae47f2c314be0b.zip
llvm-c6758879b3b048e334a84f436cae47f2c314be0b.tar.gz
llvm-c6758879b3b048e334a84f436cae47f2c314be0b.tar.bz2
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
This reverts commit 198699 so we can get a cleaner patch. llvm-svn: 198713
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 37bbcf3..c11f2c9 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -877,7 +877,7 @@ private:
unsigned NumSimpleReturnExprs;
/// The last regular (non-return) debug location (breakpoint) in the function.
- SourceLocation LastStopPoint;
+ std::pair<SourceLocation, llvm::MDNode*> LastStopPoint;
public:
/// A scope within which we are constructing the fields of an object which