summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-05 22:42:02 +0000
committerChris Lattner <sabre@nondot.org>2007-05-05 22:42:02 +0000
commit2601579ec93ee9a3ef75cdd170b8cb47b497c9b1 (patch)
tree331e8186456f5a09904094f9acfc4e82b78e4740 /llvm
parent5aa73fe34c3a97a9de579f5643e19cb0678dccf7 (diff)
downloadbcm5719-llvm-2601579ec93ee9a3ef75cdd170b8cb47b497c9b1.tar.gz
bcm5719-llvm-2601579ec93ee9a3ef75cdd170b8cb47b497c9b1.zip
remove an old xfailed test
llvm-svn: 36810
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll b/llvm/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll
deleted file mode 100644
index 8cdaa5841f8..00000000000
--- a/llvm/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep undef
-; XFAIL: *
-
-%str = constant [4 x ubyte] c"str\00"
-
-ubyte %main() {
- %A = load ubyte* getelementptr ([4 x ubyte]* %str, long 0, long 5)
- ret ubyte %A
-}
OpenPOWER on IntegriCloud