diff options
author | Justin Bogner <mail@justinbogner.com> | 2018-08-24 02:42:24 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2018-08-24 02:42:24 +0000 |
commit | fbbd4366a6a7f8b07c130eb7bbf65abb8e539f9d (patch) | |
tree | fafc3ba17c540978785135c6518871cbbf81024f /clang/lib/Basic/FileManager.cpp | |
parent | a7c3846a2eee2f4b461ca17f6a9eae85531da632 (diff) | |
download | llvm-fbbd4366a6a7f8b07c130eb7bbf65abb8e539f9d.zip llvm-fbbd4366a6a7f8b07c130eb7bbf65abb8e539f9d.tar.gz llvm-fbbd4366a6a7f8b07c130eb7bbf65abb8e539f9d.tar.bz2 |
[SDAG] Add versions of computeKnownBits that return a value
Having the KnownBits as an output parameter is kind of awkward to use
and a holdover from when it was two separate APInts. Instead, just
return a KnownBits object.
I'm leaving the existing interface in place for now, since updating
the callers all at once would be thousands of lines of diff.
llvm-svn: 340594
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions