diff options
author | Haibo Huang <hhb@google.com> | 2018-12-12 22:39:51 +0000 |
---|---|---|
committer | Haibo Huang <hhb@google.com> | 2018-12-12 22:39:51 +0000 |
commit | e177082972589368a6fee9c6d7c50a2244df9b26 (patch) | |
tree | 2023c83c4f577a99082727500898a11fd08dca75 /clang/test/CodeGen/builtin-cpu-supports.c | |
parent | 1ae50897654a474b3171e5dfd2918ef80159cb46 (diff) | |
download | bcm5719-llvm-e177082972589368a6fee9c6d7c50a2244df9b26.tar.gz bcm5719-llvm-e177082972589368a6fee9c6d7c50a2244df9b26.zip |
Revert "Declares __cpu_model as dso local"
This reverts r348978
llvm-svn: 348982
Diffstat (limited to 'clang/test/CodeGen/builtin-cpu-supports.c')
-rw-r--r-- | clang/test/CodeGen/builtin-cpu-supports.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CodeGen/builtin-cpu-supports.c b/clang/test/CodeGen/builtin-cpu-supports.c index 761f00cf957..d384efbc208 100644 --- a/clang/test/CodeGen/builtin-cpu-supports.c +++ b/clang/test/CodeGen/builtin-cpu-supports.c @@ -4,9 +4,6 @@ // global, the bit grab, and the icmp correct. extern void a(const char *); -// CHECK: @__cpu_model = external dso_local global { i32, i32, i32, [1 x i32] } -// CHECK: @__cpu_features2 = external dso_local global i32 - int main() { __builtin_cpu_init(); @@ -28,5 +25,3 @@ int main() { return 0; } - -// CHECK: declare dso_local void @__cpu_indicator_init() |