summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-04-13 09:28:44 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-04-13 09:28:44 +0000
commitb6ef8b730d483a70cd4d313b299789ad76b9da6f (patch)
tree879b7406d85ee02c8c7213d5996d863a5ca7f5e1
parent6b8ad6a20de9a2c69afe653e35742f16d75c9722 (diff)
downloadbcm5719-llvm-b6ef8b730d483a70cd4d313b299789ad76b9da6f.tar.gz
bcm5719-llvm-b6ef8b730d483a70cd4d313b299789ad76b9da6f.zip
Added missing autogeneration note
llvm-svn: 266185
-rw-r--r--llvm/test/CodeGen/X86/vselect-minmax.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/vselect-minmax.ll b/llvm/test/CodeGen/X86/vselect-minmax.ll
index edf2a442918..8e9f1d98091 100644
--- a/llvm/test/CodeGen/X86/vselect-minmax.ll
+++ b/llvm/test/CodeGen/X86/vselect-minmax.ll
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefix=SSE --check-prefix=SSE2
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+sse4.2 | FileCheck %s --check-prefix=SSE --check-prefix=SSE4
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx | FileCheck %s --check-prefix=AVX --check-prefix=AVX1
OpenPOWER on IntegriCloud