summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-04-18 09:35:51 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-04-18 09:35:51 +0000
commit64eed05a3a5e5e577eb14fa0fef57cec54df1850 (patch)
tree01f6412d5c69f87cc3c20ba7952d2ed674c7a6dc /test
parentfb96efa7ddc48815a2fee802dd786b9e27069749 (diff)
downloadllvm-64eed05a3a5e5e577eb14fa0fef57cec54df1850.tar.gz
llvm-64eed05a3a5e5e577eb14fa0fef57cec54df1850.tar.bz2
llvm-64eed05a3a5e5e577eb14fa0fef57cec54df1850.tar.xz
Revert r206565 (and r206566 which updated tests).
This commit was attributed to a different person from the person who posted the patch to the list, and the person who posted it the list claimed when they did that they were not the author, but that the author was yet a third person. I don't know what is going on here, but reverting until the attribution is clear and the author has explicitly contributed the patch. Also, the review hasn't really involved any of the MC maintainers and that seems questionable too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/directive_seh.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/AsmParser/directive_seh.s b/test/MC/AsmParser/directive_seh.s
index f6eb9705ca..98fc6061f9 100644
--- a/test/MC/AsmParser/directive_seh.s
+++ b/test/MC/AsmParser/directive_seh.s
@@ -3,10 +3,10 @@
# CHECK: .seh_proc func
# CHECK: .seh_pushframe @code
# CHECK: .seh_stackalloc 24
-# CHECK: .seh_savereg %rbp, 16
-# CHECK: .seh_savexmm %r8, 0
-# CHECK: .seh_pushreg %rbx
-# CHECK: .seh_setframe %rbx, 0
+# CHECK: .seh_savereg 6, 16
+# CHECK: .seh_savexmm 8, 0
+# CHECK: .seh_pushreg 3
+# CHECK: .seh_setframe 3, 0
# CHECK: .seh_endprologue
# CHECK: .seh_handler __C_specific_handler, @except
# CHECK-NOT: .section{{.*}}.xdata