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 | 90371ad16529099d53e78b1c6ac0c7e8b6374153 (patch) | |
tree | df2c49c8f25cdb14e63e9812bdfb8142f3b59973 | |
parent | 6aeb2e32b7724e7c4bd878d4c899be917492cb32 (diff) |
Added a testcase for the ENTER instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115580 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/simple-tests.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/MC/Disassembler/simple-tests.txt b/test/MC/Disassembler/simple-tests.txt index dcc3763b7b..48a439e80d 100644 --- a/test/MC/Disassembler/simple-tests.txt +++ b/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 |