summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/function-target-features.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/function-target-features.c')
-rw-r--r--clang/test/CodeGen/function-target-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/function-target-features.c b/clang/test/CodeGen/function-target-features.c
index 133e89cbbe3..351c7f102b1 100644
--- a/clang/test/CodeGen/function-target-features.c
+++ b/clang/test/CodeGen/function-target-features.c
@@ -17,7 +17,7 @@ void foo() {}
// AVX-FEATURE: "target-features"{{.*}}+avx
// AVX-NO-CPU-NOT: target-cpu
-// TWO-AVX: "target-features"={{.*}}+avx512f{{.*}}+avx512er
+// TWO-AVX: "target-features"={{.*}}+avx512er{{.*}}+avx512f
// CORE-CPU: "target-cpu"="corei7"
// CORE-CPU-AND-FEATURES: "target-cpu"="corei7" "target-features"={{.*}}+avx
// X86-64-CPU: "target-cpu"="x86-64"
OpenPOWER on IntegriCloud