diff options
Diffstat (limited to 'test/CodeGen/NVPTX/pr16278.ll')
-rw-r--r-- | test/CodeGen/NVPTX/pr16278.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/NVPTX/pr16278.ll b/test/CodeGen/NVPTX/pr16278.ll index 5432a84..a836eaf 100644 --- a/test/CodeGen/NVPTX/pr16278.ll +++ b/test/CodeGen/NVPTX/pr16278.ll @@ -5,6 +5,6 @@ define float @foo() { ; CHECK: ld.const.f32 - %val = load float addrspace(4)* @one_f + %val = load float, float addrspace(4)* @one_f ret float %val } |