summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/lshl.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/lshl.ll')
-rw-r--r--test/CodeGen/R600/lshl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/lshl.ll b/test/CodeGen/R600/lshl.ll
index 21628391000..97858664747 100644
--- a/test/CodeGen/R600/lshl.ll
+++ b/test/CodeGen/R600/lshl.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
-;CHECK: S_LSHL_B32 s{{[0-9]}}, s{{[0-9]}}, 1
+;CHECK: s_lshl_b32 s{{[0-9]}}, s{{[0-9]}}, 1
define void @test(i32 %p) {
%i = mul i32 %p, 2