diff options
Diffstat (limited to 'test/CodeGen/NVPTX/vector-call.ll')
| -rw-r--r-- | test/CodeGen/NVPTX/vector-call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/NVPTX/vector-call.ll b/test/CodeGen/NVPTX/vector-call.ll index a03d7fd41914e..968d1d4a5f51a 100644 --- a/test/CodeGen/NVPTX/vector-call.ll +++ b/test/CodeGen/NVPTX/vector-call.ll @@ -4,7 +4,7 @@ target triple = "nvptx-unknown-cuda" declare void @bar(<4 x i32>) -; CHECK-LABEL @foo +; CHECK-LABEL: @foo define void @foo(<4 x i32> %a) { ; CHECK: st.param.v4.b32 tail call void @bar(<4 x i32> %a) |
