Added a testcase for the ENTER instruction.

llvm-svn: 115580
This commit is contained in:
Sean Callanan 2010-10-05 00:21:40 +00:00
parent 57e5efa2e3
commit 6296bbbb65
1 changed files with 4 additions and 1 deletions

View File

@ -59,4 +59,7 @@
0x0f 0x20 0xc1
# CHECK: leal 4(%rsp), %ecx
0x8d 0x4c 0x24 0x04
0x8d 0x4c 0x24 0x04
# CHECK: enter $1, $2
0xc8 0x01 0x00 0x02