From 4af22ef7d9d05e45e8eec8f0b6f5b5f486e96064 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Mon, 23 Nov 2015 23:22:05 +0000 Subject: [PATCH] added comment (using freshly updated update_llc_test_checks.py) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253935 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vmovq.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/vmovq.ll b/test/CodeGen/X86/vmovq.ll index 45a9468dd83..f54d3b54509 100644 --- a/test/CodeGen/X86/vmovq.ll +++ b/test/CodeGen/X86/vmovq.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=sse4.1 | FileCheck %s --check-prefix=SSE ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s --check-prefix=AVX -- 2.34.1