aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr26378.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pr26378.ll')
-rw-r--r--test/CodeGen/PowerPC/pr26378.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/PowerPC/pr26378.ll b/test/CodeGen/PowerPC/pr26378.ll
deleted file mode 100644
index 36966a13e30b..000000000000
--- a/test/CodeGen/PowerPC/pr26378.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -verify-machineinstrs -compile-twice -filetype obj \
-; RUN: -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s
-@foo = common global i32 0, align 4
-define i8* @blah() #0 {
- ret i8* bitcast (i32* @foo to i8*)
-}