// RUN: %clang_cc1 -triple i386-linux-gnu -emit-llvm %s -o - | FileCheck %s
// Picking a cpu that doesn't have mmx or sse by default so we can enable it later.
// Verify that when we turn on sse that we also turn on mmx.
void
// CHECK: "target-features"="+cx8,+mmx,+sse,+x87"