mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
[X86] Fix test/MC/AsmParser/exprs-invalid.s after rL336104
This was my mistake for only running test/MC/X86 and test/CodeGen/X86. Arguably .word should be removed from this test, as it is not supported universally. llvm-svn: 336107
This commit is contained in:
parent
42883315e9
commit
f2d0693efb
@ -13,5 +13,5 @@
|
||||
// CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.long' directive
|
||||
.long 4e71cf69 // double floating point constant due to missing "0x"
|
||||
|
||||
// CHECK-ERRORS: [[@LINE+1]]:7: error: literal value out of range for directive
|
||||
// CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.word' directive
|
||||
.word 0xfffffffff
|
||||
|
Loading…
Reference in New Issue
Block a user