diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-17 17:22:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 17:22:06 +0000 |
commit | 0fb372a497705e65908ef4b733b9679e8ca07a99 (patch) | |
tree | b7f794b51d8a1b9ca860446787aad00c4d99b65e | |
parent | 0d805c33d134d88169e3dc4a3272cff9a5713ce7 (diff) |
testcase for r101538, patch by Nico Schmidt!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101642 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/simple-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/simple-tests.txt b/test/MC/Disassembler/simple-tests.txt index b6bb35dc56..41552612cf 100644 --- a/test/MC/Disassembler/simple-tests.txt +++ b/test/MC/Disassembler/simple-tests.txt @@ -51,3 +51,6 @@ # CHECK: vmptrst 0x0f 0xc7 0x38 + +# CHECK: movl $0, -4(%rbp) +0xc7 0x45 0xfc 0x00 0x00 0x00 0x00 |