diff options
| author | Sean Callanan <scallanan@apple.com> | 2010-10-05 00:21:40 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2010-10-05 00:21:40 +0000 |
| commit | 6296bbbb652c5477a051f573c3fbd733083a5201 (patch) | |
| tree | dc3baac91dc78c5726d7f21b0d0dcde4f450afc2 /llvm/test | |
| parent | 57e5efa2e31d9f412834c691297f66341fd8aaae (diff) | |
| download | bcm5719-llvm-6296bbbb652c5477a051f573c3fbd733083a5201.tar.gz bcm5719-llvm-6296bbbb652c5477a051f573c3fbd733083a5201.zip | |
Added a testcase for the ENTER instruction.
llvm-svn: 115580
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/Disassembler/simple-tests.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/simple-tests.txt b/llvm/test/MC/Disassembler/simple-tests.txt index dcc3763b7b7..48a439e80dd 100644 --- a/llvm/test/MC/Disassembler/simple-tests.txt +++ b/llvm/test/MC/Disassembler/simple-tests.txt @@ -59,4 +59,7 @@ 0x0f 0x20 0xc1 # CHECK: leal 4(%rsp), %ecx -0x8d 0x4c 0x24 0x04
\ No newline at end of file +0x8d 0x4c 0x24 0x04 + +# CHECK: enter $1, $2 +0xc8 0x01 0x00 0x02 |

