summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/bfi_int.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/bfi_int.ll')
-rw-r--r--test/CodeGen/R600/bfi_int.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/bfi_int.ll b/test/CodeGen/R600/bfi_int.ll
index cdccdfaad8..d4dc379b7d 100644
--- a/test/CodeGen/R600/bfi_int.ll
+++ b/test/CodeGen/R600/bfi_int.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=R600-CHECK %s
-; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck --check-prefix=SI-CHECK %s
+; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck --check-prefix=SI-CHECK %s
; BFI_INT Definition pattern from ISA docs
; (y & x) | (z & ~x)