diff options
| author | Zachary Turner <zturner@google.com> | 2016-09-21 17:13:51 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-09-21 17:13:51 +0000 |
| commit | 2552acd945cc8e2f32b777819844792b8e66b068 (patch) | |
| tree | bf2752b029a5e4c56f935b4b62dfcd0c2576ac2b /llvm/lib/Bitcode | |
| parent | 8de63464b8378f5f8529b775bae6c5f540184dc4 (diff) | |
| download | bcm5719-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')
0 files changed, 0 insertions, 0 deletions

