Sebastian Pop | 9ec60df | 2012-01-20 22:01:23 +0000 | [diff] [blame^] | 1 | // RUN: %clang -target i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t |
Eli Friedman | d18eeca | 2011-07-02 00:34:19 +0000 | [diff] [blame] | 2 | // 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. |