summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2022-02-03 11:56:04 -0500
committerSanjay Patel <spatel@rotateright.com>2022-02-03 12:32:36 -0500
commit3dbe33e4ec413e0cc1d16d4035b46221022f343e (patch)
tree8d3e5d1fbcbe2116e64f9b68e4dffd902f78d36f
parent54d2e6a1214f1cee6ab0b4e7c73c75bd35aeb9dc (diff)
[x86] remove CPU requirement for RUN line in test file; NFC
A proposed change ( D118843 ) that would affect this test will not require a specific CPU model to show a difference.
-rw-r--r--llvm/test/CodeGen/X86/sbb-false-dep.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sbb-false-dep.ll b/llvm/test/CodeGen/X86/sbb-false-dep.ll
index 7fb3b6afb40e..336e56c45969 100644
--- a/llvm/test/CodeGen/X86/sbb-false-dep.ll
+++ b/llvm/test/CodeGen/X86/sbb-false-dep.ll
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=x86_64-- -mcpu=sandybridge | FileCheck %s --check-prefixes=CHECK
+; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefixes=CHECK
%struct.y_s = type { i64*, i64* }