diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-04-25 10:12:01 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-04-25 10:12:01 +0000 |
commit | a42a757176df18c0c930f519ea597c42c8873650 (patch) | |
tree | 46dfa34fe3b1f8da341222fb3dde028c83d96097 /test/CodeGen/PTX/ld.ll | |
parent | a4a2a03c311e7a7b64bfba1ae714ae85f74999fd (diff) |
Make tests more useful.
lit needs a linter ...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PTX/ld.ll')
-rw-r--r-- | test/CodeGen/PTX/ld.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PTX/ld.ll b/test/CodeGen/PTX/ld.ll index 58e16a20a4..377a95abe3 100644 --- a/test/CodeGen/PTX/ld.ll +++ b/test/CodeGen/PTX/ld.ll @@ -64,7 +64,7 @@ define ptx_device i16 @t1_u16(i16* %p) { entry: ;CHECK: ld.global.u16 rh0, [r1]; -;CHECK-NEXT; ret; +;CHECK-NEXT: ret; %x = load i16* %p ret i16 %x } |