summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll')
-rw-r--r--llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll b/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
deleted file mode 100644
index 8e8f019c661..00000000000
--- a/llvm/test/Regression/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output
-
-%Ty = type opaque
-
-int %test(%Ty *%X) {
- %Y = cast %Ty* %X to int*
- %Z = load int* %Y
- ret int %Z
-}
OpenPOWER on IntegriCloud