From 70968319719fbfb00a58ebcf82b1e18ec04be5be 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186705 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Verifier/llvm.compiler_used-invalid-type.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Verifier') diff --git a/test/Verifier/llvm.compiler_used-invalid-type.ll b/test/Verifier/llvm.compiler_used-invalid-type.ll index 0913027fb4..ef533b5bf7 100644 --- a/test/Verifier/llvm.compiler_used-invalid-type.ll +++ b/test/Verifier/llvm.compiler_used-invalid-type.ll @@ -1,6 +1,6 @@ ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s -@llvm.compiler_used = appending global [1 x i32] [i32 0], section "llvm.metadata" +@llvm.compiler.used = appending global [1 x i32] [i32 0], section "llvm.metadata" ; CHECK: wrong type for intrinsic global variable -; CHECK-NEXT: [1 x i32]* @llvm.compiler_used +; CHECK-NEXT: [1 x i32]* @llvm.compiler.used -- cgit v1.2.3