diff options
Diffstat (limited to 'test/Transforms/DebugIR/simple-addrspace.ll')
-rw-r--r-- | test/Transforms/DebugIR/simple-addrspace.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Transforms/DebugIR/simple-addrspace.ll b/test/Transforms/DebugIR/simple-addrspace.ll deleted file mode 100644 index 6539c8a..0000000 --- a/test/Transforms/DebugIR/simple-addrspace.ll +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: opt -debug-ir -S %s -o - | FileCheck %s - -target datalayout = "e-p:64:64:64-p1:16:16:16" - -define void @foo(i32 addrspace(1)*) nounwind { - ret void -} - -; Make sure the pointer size is 16 - -; CHECK: metadata !"0xf\00i32 addrspace(1)*\000\0016\002\000\000" |