Skip to content

Commit 4c872ea

Browse files
committed
---
yaml --- r: 47220 b: refs/heads/try c: 4b9b328 h: refs/heads/master v: v3
1 parent 8ad575c commit 4c872ea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: b8dd2d8c67907f61a985e4200d46249211b0306d
5+
refs/heads/try: 4b9b32839e6693d6009528658d282f69777d972e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ the following forms:
297297
num_lit : nonzero_dec [ dec_digit | '_' ] * num_suffix ?
298298
| '0' [ [ dec_digit | '_' ] + num_suffix ?
299299
| 'b' [ '1' | '0' | '_' ] + int_suffix ?
300-
| 'x' [ hex_digit | '_' ] + int_suffix ? ] ;
300+
| 'x' [ hex_digit | '-' ] + int_suffix ? ] ;
301301
302302
num_suffix : int_suffix | float_suffix ;
303303

branches/try/src/etc/x86.supp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,13 @@
422422
...
423423
}
424424

425+
{
426+
enum-instruction-scheduling-9
427+
Memcheck:Cond
428+
fun:*get_authority*
429+
...
430+
}
431+
425432
{
426433
llvm-user-new-leak
427434
Memcheck:Leak

0 commit comments

Comments
 (0)