aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/NVPTX/pr16278.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/NVPTX/pr16278.ll')
-rw-r--r--test/CodeGen/NVPTX/pr16278.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/NVPTX/pr16278.ll b/test/CodeGen/NVPTX/pr16278.ll
deleted file mode 100644
index a836eaf2e51f..000000000000
--- a/test/CodeGen/NVPTX/pr16278.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
-
-
-@one_f = addrspace(4) global float 1.000000e+00, align 4
-
-define float @foo() {
-; CHECK: ld.const.f32
- %val = load float, float addrspace(4)* @one_f
- ret float %val
-}