PTX: Fixup test cases for device param changes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133735 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Holewinski 2011-06-23 18:10:08 +00:00
parent 486ca24c08
commit 6b1131e5ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s
; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
define ptx_device i32 @test_tid_x() {
; CHECK: mov.u32 r0, %tid.x;

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=ptx32 -mattr=+ptx20,+sm20 | FileCheck %s
; RUN: llc < %s -march=ptx32 -mattr=+ptx20 | FileCheck %s
define ptx_device float @test_sqrt_f32(float %x) {
entry: