aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-12-08 23:10:30 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-12-08 23:10:30 +0000
commit54a96a2ad66837a1b1857daf1a90a1573a8e0a6e (patch)
tree910c4adf06c5713a2127c99217a8ad56b693726b /test
parent8690180f494fcd135f065a895b49ab15731efb4d (diff)
Fix this regression and remove the XFAIL from this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll b/test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll
index 15b75bd983..02939c0c3e 100644
--- a/test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll
+++ b/test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as %s -o - | opt -instcombine
-; XFAIL: *
%struct.llvm_java_object_base = type opaque
"java/lang/Object" = type { %struct.llvm_java_object_base }