summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/setcc-lowering.ll
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2015-11-23 21:33:58 +0000
committerJames Y Knight <jyknight@google.com>2015-11-23 21:33:58 +0000
commit7c905063c576f5e12ce02f47c5d43da753931582 (patch)
treec871e0206eb581adfca21cecbb620a4310b2e11b /llvm/test/CodeGen/X86/setcc-lowering.ll
parent7054ac1b8b2c798e39936160de689fa3246dc41b (diff)
downloadbcm5719-llvm-7c905063c576f5e12ce02f47c5d43da753931582.tar.gz
bcm5719-llvm-7c905063c576f5e12ce02f47c5d43da753931582.zip
Make utils/update_llc_test_checks.py note that the assertions are
autogenerated. Also update existing test cases which appear to be generated by it and weren't modified (other than addition of the header) by rerunning it. llvm-svn: 253917
Diffstat (limited to 'llvm/test/CodeGen/X86/setcc-lowering.ll')
-rw-r--r--llvm/test/CodeGen/X86/setcc-lowering.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/setcc-lowering.ll b/llvm/test/CodeGen/X86/setcc-lowering.ll
index 3149fb51576..77739e72fcc 100644
--- a/llvm/test/CodeGen/X86/setcc-lowering.ll
+++ b/llvm/test/CodeGen/X86/setcc-lowering.ll
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx < %s | FileCheck %s
; Verify that we don't crash during codegen due to a wrong lowering
OpenPOWER on IntegriCloud