diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-12-10 02:10:35 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-12-10 02:10:35 +0000 |
commit | 6f3be2e155193c12f7da1d78a780f8644fd8b3f5 (patch) | |
tree | 085998b7f6264178b1e4d5e1a44d954080aa3ca4 /llvm/test/Assembler/invalid-name2.ll | |
parent | ff0f23dd417a79ae029206ff16a6d0c785b546cc (diff) | |
download | bcm5719-llvm-6f3be2e155193c12f7da1d78a780f8644fd8b3f5.tar.gz bcm5719-llvm-6f3be2e155193c12f7da1d78a780f8644fd8b3f5.zip |
AsmParser: Don't allow null bytes in BB labels
Since Value objects can't have null bytes in their name, we shouldn't
allow them in the labels of basic blocks.
llvm-svn: 223907
Diffstat (limited to 'llvm/test/Assembler/invalid-name2.ll')
-rw-r--r-- | llvm/test/Assembler/invalid-name2.ll | bin | 0 -> 120 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Assembler/invalid-name2.ll b/llvm/test/Assembler/invalid-name2.ll Binary files differnew file mode 100644 index 00000000000..384dee6777d --- /dev/null +++ b/llvm/test/Assembler/invalid-name2.ll |