summaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX/shl.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PTX/shl.ll')
-rw-r--r--test/CodeGen/PTX/shl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PTX/shl.ll b/test/CodeGen/PTX/shl.ll
index b564b43ab932..6e72c9221325 100644
--- a/test/CodeGen/PTX/shl.ll
+++ b/test/CodeGen/PTX/shl.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ptx | FileCheck %s
+; RUN: llc < %s -march=ptx32 | FileCheck %s
define ptx_device i32 @t1(i32 %x, i32 %y) {
; CHECK: shl.b32 r0, r1, r2