blob: 0db372ec64f1a308aa67d6d32e883a075246c29e [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +00001// RUN: %clang -ccc-host-triple i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t
Eli Friedmand18eeca2011-07-02 00:34:19 +00002// RUN: grep '"pentium4" "-target-feature" "+sse4" "-target-feature" "-mmx" "-target-feature" "+sse"' %t
3// Note that we filter out all but the last -m(no)sse.