diff options
Diffstat (limited to 'test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir')
-rw-r--r-- | test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir b/test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir index cfa03247e31f..57e11d39723a 100644 --- a/test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir +++ b/test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir @@ -17,7 +17,7 @@ liveins: body: | bb.0.entry: liveins: %rdi - ; CHECK: [[@LINE+1]]:53: expected the size integer literal after memory operation + ; CHECK: [[@LINE+1]]:53: expected an atomic scope, ordering or a size integer literal %eax = MOV32rm killed %rdi, 1, _, 0, _ :: (load from %ir.a) RETQ %eax ... |