diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-19 18:44:51 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-19 18:44:51 +0000 |
commit | 9aadcc4c0ef620a62901153dfcde66ef6e5f4757 (patch) | |
tree | 8496c0f229dc35fdb65c0d49c79ae138c0ecb70d /llvm/test/CodeGen/X86/compiler_used.ll | |
parent | dd44a36a03e0e69070e16f545fa32edecd587479 (diff) | |
download | bcm5719-llvm-9aadcc4c0ef620a62901153dfcde66ef6e5f4757.tar.gz bcm5719-llvm-9aadcc4c0ef620a62901153dfcde66ef6e5f4757.zip |
s/compiler_used/compiler.used/.
We were incorrectly using compiler_used instead of compiler.used. Unfortunately
the passes using the broken name had tests also using the broken name.
llvm-svn: 186705
Diffstat (limited to 'llvm/test/CodeGen/X86/compiler_used.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/compiler_used.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/compiler_used.ll b/llvm/test/CodeGen/X86/compiler_used.ll index d38ce91310b..af5c86c451a 100644 --- a/llvm/test/CodeGen/X86/compiler_used.ll +++ b/llvm/test/CodeGen/X86/compiler_used.ll @@ -5,7 +5,7 @@ @Z = internal global i8 4 @llvm.used = appending global [1 x i8*] [ i8* @Z ], section "llvm.metadata" -@llvm.compiler_used = appending global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "llvm.metadata" +@llvm.compiler.used = appending global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "llvm.metadata" ; CHECK-NOT: .no_dead_strip ; CHECK: .no_dead_strip _Z |