summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_ascii.s
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-14 19:59:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-14 19:59:24 +0000
commit6cb1eb5a6de479f458a9aad847aec1f6fe8425f2 (patch)
treef781e74228cbf683aa89807daccd80748ccd53c3 /llvm/test/MC/AsmParser/directive_ascii.s
parent6b5cb8a6b341c802070c7ae10aa3e926e4f465fd (diff)
downloadbcm5719-llvm-6cb1eb5a6de479f458a9aad847aec1f6fe8425f2.tar.gz
bcm5719-llvm-6cb1eb5a6de479f458a9aad847aec1f6fe8425f2.zip
llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.
- We now print all of 403.gcc cleanly (llvm-mc -> 'as' as diffed to 'as'), minus two 'rep;movsl' instructions (which I missed before). llvm-svn: 79031
Diffstat (limited to 'llvm/test/MC/AsmParser/directive_ascii.s')
-rw-r--r--llvm/test/MC/AsmParser/directive_ascii.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/AsmParser/directive_ascii.s b/llvm/test/MC/AsmParser/directive_ascii.s
index 68328f51c8b..cc6d23b751d 100644
--- a/llvm/test/MC/AsmParser/directive_ascii.s
+++ b/llvm/test/MC/AsmParser/directive_ascii.s
@@ -31,9 +31,10 @@ TEST3:
# CHECK: .byte 1
# CHECK: .byte 0
# CHECK: .byte 49
+# CHECK: .byte 128
# CHECK: .byte 0
TEST4:
- .ascii "\1\01\07\08\001\0001\b\0"
+ .ascii "\1\01\07\08\001\0001\200\0"
# CHECK: TEST5:
# CHECK: .byte 8
OpenPOWER on IntegriCloud