summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-01 16:34:29 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-01 16:34:29 +0000
commit2b679e18126d3b44a32ebb97601e7947a5605f27 (patch)
tree7d977c1698487729eb43d3944468a78f2dcfaca2
parentad7f0844ea006957748036d8f26956eb8d62ac10 (diff)
downloadbcm5719-llvm-2b679e18126d3b44a32ebb97601e7947a5605f27.tar.gz
bcm5719-llvm-2b679e18126d3b44a32ebb97601e7947a5605f27.zip
[X86] Removed reference to update_test_checks.py
llvm-svn: 306959
-rw-r--r--llvm/test/CodeGen/X86/vec-copysign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec-copysign.ll b/llvm/test/CodeGen/X86/vec-copysign.ll
index d363dbdaef8..1ebd7ceafce 100644
--- a/llvm/test/CodeGen/X86/vec-copysign.ll
+++ b/llvm/test/CodeGen/X86/vec-copysign.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple=x86_64-apple-macosx10.10.0 -mattr=+sse2 | FileCheck %s --check-prefix=SSE2 --check-prefix=CHECK
; RUN: llc < %s -mtriple=x86_64-apple-macosx10.10.0 -mattr=+avx | FileCheck %s --check-prefix=AVX --check-prefix=CHECK
-; Assertions have been enhanced from utils/update_test_checks.py to show the constant pool values.
+; Assertions have been enhanced from utils/update_llc_test_checks.py to show the constant pool values.
; Use a macosx triple to make sure the format of those constant strings is exact.
; CHECK: [[SIGNMASK1:L.+]]:
OpenPOWER on IntegriCloud