aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/attr-target-x86-mmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/attr-target-x86-mmx.c')
-rw-r--r--test/CodeGen/attr-target-x86-mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attr-target-x86-mmx.c b/test/CodeGen/attr-target-x86-mmx.c
index 412e8e93af..01663766d9 100644
--- a/test/CodeGen/attr-target-x86-mmx.c
+++ b/test/CodeGen/attr-target-x86-mmx.c
@@ -19,4 +19,4 @@ void __attribute__((target("sse"))) shift(__m64 a, __m64 b, int c) {
_mm_srai_pi32(a, c);
}
-// CHECK: "target-features"="+mmx,+sse,+x87"
+// CHECK: "target-features"="+cx8,+mmx,+sse,+x87"