summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/TargetParserTest.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-11-15 21:18:18 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-11-15 21:18:18 +0000
commit2bcf3f04e7211b1da8db2ac835b48bc94df43c86 (patch)
treea2500e766fba88cbfbd0d4da8e4bd5385b2a005f /llvm/unittests/Support/TargetParserTest.cpp
parent9d6dc7b16426068447d6d7b90c273b1274717a5a (diff)
downloadbcm5719-llvm-2bcf3f04e7211b1da8db2ac835b48bc94df43c86.tar.gz
bcm5719-llvm-2bcf3f04e7211b1da8db2ac835b48bc94df43c86.zip
[AArch64] Refactor test per Matthias' request.
llvm-svn: 287031
Diffstat (limited to 'llvm/unittests/Support/TargetParserTest.cpp')
-rw-r--r--llvm/unittests/Support/TargetParserTest.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/llvm/unittests/Support/TargetParserTest.cpp b/llvm/unittests/Support/TargetParserTest.cpp
index 183bf1d3da0..751223aa4be 100644
--- a/llvm/unittests/Support/TargetParserTest.cpp
+++ b/llvm/unittests/Support/TargetParserTest.cpp
@@ -542,9 +542,15 @@ TEST(TargetParserTest, AArch64parseArchExt) {
}
TEST(TargetParserTest, AArch64parseCPUArch) {
- const char *CPU[] = {"cortex-a35", "cortex-a53", "cortex-a57",
- "cortex-a72", "cortex-a73", "cyclone",
- "exynos-m1", "exynos-m2", "kryo",
+ const char *CPU[] = {"cortex-a35",
+ "cortex-a53",
+ "cortex-a57",
+ "cortex-a72",
+ "cortex-a73",
+ "cyclone",
+ "exynos-m1",
+ "exynos-m2",
+ "kryo",
"vulcan"};
for (const auto &AArch64CPUName : kAArch64CPUNames)
OpenPOWER on IntegriCloud