[llvm] r306959 - [X86] Removed reference to update_test_checks.py
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 1 09:34:29 PDT 2017
Author: rksimon
Date: Sat Jul 1 09:34:29 2017
New Revision: 306959
URL: http://llvm.org/viewvc/llvm-project?rev=306959&view=rev
Log:
[X86] Removed reference to update_test_checks.py
Modified:
llvm/trunk/test/CodeGen/X86/vec-copysign.ll
Modified: llvm/trunk/test/CodeGen/X86/vec-copysign.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec-copysign.ll?rev=306959&r1=306958&r2=306959&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec-copysign.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec-copysign.ll Sat Jul 1 09:34:29 2017
@@ -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.+]]:
More information about the llvm-commits
mailing list