diff options
author | Rui Ueyama <ruiu@google.com> | 2014-01-16 03:13:19 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-01-16 03:13:19 +0000 |
commit | a045b73a963c86bd2a0cabd095bc1dcf1525cd5f (patch) | |
tree | f62bb1135d47712fde316716ac5930dc3749e6a4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 11a71128b74b45a86d2a2fc724e3bb90db495509 (diff) | |
download | llvm-a045b73a963c86bd2a0cabd095bc1dcf1525cd5f.zip llvm-a045b73a963c86bd2a0cabd095bc1dcf1525cd5f.tar.gz llvm-a045b73a963c86bd2a0cabd095bc1dcf1525cd5f.tar.bz2 |
Don't use DataRefImpl to implement ImportDirectoryEntryRef.
DataRefImpl (a union of two integers and a pointer) is not the ideal data type
to represent a reference to an import directory entity. We should just use the
pointer to the import table and an offset instead to simplify. No functionality
change.
llvm-svn: 199349
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions