From 9aadcc4c0ef620a62901153dfcde66ef6e5f4757 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 19 Jul 2013 18:44:51 +0000 Subject: 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 --- llvm/test/CodeGen/X86/compiler_used.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/compiler_used.ll') 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 -- cgit v1.2.3