aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-30 17:11:29 +0000
committerChris Lattner <sabre@nondot.org>2010-09-30 17:11:29 +0000
commit905f2e06691672c236ae864faf0ad7220afc2844 (patch)
tree62ef821b31d57dc903d6c380ca54b12b40a43b53 /test/MC/AsmParser
parent5660904a2c41e7545debdecc9b3e98962f5f7cbf (diff)
downloadexternal_llvm-905f2e06691672c236ae864faf0ad7220afc2844.zip
external_llvm-905f2e06691672c236ae864faf0ad7220afc2844.tar.gz
external_llvm-905f2e06691672c236ae864faf0ad7220afc2844.tar.bz2
preemptively add the rest of the non-n fpstack instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index 4731a08..a0bc0c9 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -431,6 +431,10 @@ finit
// CHECK: wait
// CHECK: fninit
+fsave 32493
+// CHECK: wait
+// CHECK: fnsave 32493
+
// rdar://8456382 - cvtsd2si support.
cvtsd2si %xmm1, %rax