[AVX-512] Fix test case update missed in r257299.
[oota-llvm.git] / test / Verifier / llvm.compiler_used-invalid-type.ll
index 0913027fb479082aa8a7670eccf26820db255cbd..ef533b5bf783c0d338c106aba4043d121a738f4c 100644 (file)
@@ -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