diff options
author | Eric Christopher <echristo@gmail.com> | 2019-07-15 23:49:31 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2019-07-15 23:49:31 +0000 |
commit | fdcbd5fa48680a1f02809d2ead6259b30b00d0b1 (patch) | |
tree | d8c455b02f08c044fee0e7c24c4993d639d240d8 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 93dfb93ad68cf2729701d0c3ee66af44076e9f17 (diff) | |
download | bcm5719-llvm-fdcbd5fa48680a1f02809d2ead6259b30b00d0b1.tar.gz bcm5719-llvm-fdcbd5fa48680a1f02809d2ead6259b30b00d0b1.zip |
Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_preserve_access_index intrinsic"
The commit had tests that would only work with names in the IR.
This reverts commit r366076.
llvm-svn: 366155
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 0d534af42cd..a51a9711ff1 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2652,9 +2652,6 @@ public: /// Converts Location to a DebugLoc, if debug information is enabled. llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location); - /// Get the record field index as represented in debug info. - unsigned getDebugInfoFIndex(const RecordDecl *Rec, unsigned FieldIndex); - //===--------------------------------------------------------------------===// // Declaration Emission |