summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-05-20 20:35:24 +0000
committerDevang Patel <dpatel@apple.com>2010-05-20 20:35:24 +0000
commit6ed0ce3240d13ff5bdb9520f8563792b58e5257a (patch)
treea6b85e1ff3fb05c30472ee6adcbf09c4231f3779 /include
parent402d43529c18d662d1964d70dbf55bc135a8b473 (diff)
downloadllvm-6ed0ce3240d13ff5bdb9520f8563792b58e5257a.tar.gz
llvm-6ed0ce3240d13ff5bdb9520f8563792b58e5257a.tar.bz2
llvm-6ed0ce3240d13ff5bdb9520f8563792b58e5257a.tar.xz
Rename variable. add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index b69b3babb5..473b127247 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -677,7 +677,7 @@ namespace llvm {
DIVariable CreateVariable(unsigned Tag, DIDescriptor Context,
StringRef Name,
DIFile F, unsigned LineNo,
- DIType Ty, bool OptimizedBuild = false);
+ DIType Ty, bool AlwaysPreserve = false);
/// CreateComplexVariable - Create a new descriptor for the specified
/// variable which has a complex address expression for its address.