summaryrefslogtreecommitdiff
path: root/test/CodeGen/CPP/gep.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CPP/gep.ll')
-rw-r--r--test/CodeGen/CPP/gep.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/CPP/gep.ll b/test/CodeGen/CPP/gep.ll
deleted file mode 100644
index 88a0bf1f216d9..0000000000000
--- a/test/CodeGen/CPP/gep.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc -march=cpp -o - %s | FileCheck %s
-
-define void @f1(i32* %addr) {
- %x = getelementptr i32, i32* %addr, i32 1
-; CHECK: ConstantInt* [[INT_1:.*]] = ConstantInt::get(mod->getContext(), APInt(32, StringRef("1"), 10));
-; CHECK: GetElementPtrInst::Create(IntegerType::get(mod->getContext(), 32), ptr_addr,
-; CHECK-NEXT: [[INT_1]]
-; CHECK-NEXT: }, "x", label_3);
- ret void
-}