summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitWriter.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-09-21 17:13:51 +0000
committerZachary Turner <zturner@google.com>2016-09-21 17:13:51 +0000
commit2552acd945cc8e2f32b777819844792b8e66b068 (patch)
treebf2752b029a5e4c56f935b4b62dfcd0c2576ac2b /llvm/lib/Bitcode/Writer/BitWriter.cpp
parent8de63464b8378f5f8529b775bae6c5f540184dc4 (diff)
downloadbcm5719-llvm-2552acd945cc8e2f32b777819844792b8e66b068.tar.gz
bcm5719-llvm-2552acd945cc8e2f32b777819844792b8e66b068.zip
Fix failing regex tests.
r282079 converted the regular expression interface to accept and return StringRefs instead of char pointers. In one case a null pointer check was converted to an empty string check, but this was an incorrect conversion because an empty string is a valid regular expression. Removing this check should fix the test failures. llvm-svn: 282090
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud