mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
8c375f8d21
The -mattr options in these four tests have no effect on the output of llvm-objdump. In the case of the two Mips tests, removing the -mattr option left duplicate RUN lines so the duplicates have been removed. llvm-svn: 272906
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
RUN: llvm-objdump -d %p/../Inputs/micro-mips.elf-mipsel | FileCheck %s
|
|
|
|
CHECK: foo:
|
|
CHECK-NEXT: 330: bd 33 f8 ff addiu $sp, $sp, -8
|
|
CHECK-NEXT: 334: dd fb 04 00 sw $fp, 4($sp)
|
|
CHECK-NEXT: 338: 1d 00 50 f1 addu $fp, $sp, $zero
|
|
|
|
CHECK: bar:
|
|
CHECK-NEXT: 350: a2 41 02 00 lui $2, 2
|
|
CHECK-NEXT: 354: 42 30 8f 80 addiu $2, $2, -32625
|
|
CHECK-NEXT: 358: bd 33 e8 ff addiu $sp, $sp, -24
|