summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/sign_extend.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/sign_extend.ll')
-rw-r--r--test/CodeGen/R600/sign_extend.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/sign_extend.ll b/test/CodeGen/R600/sign_extend.ll
index e4ef534470..1212cee944 100644
--- a/test/CodeGen/R600/sign_extend.ll
+++ b/test/CodeGen/R600/sign_extend.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s
+; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s
; CHECK: V_ASHR
define void @test(i64 addrspace(1)* %out, i32 %a, i32 %b, i32 %c) {