aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2007-02-07-UpgradeCSRETCC.ll')
-rw-r--r--test/Assembler/2007-02-07-UpgradeCSRETCC.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Assembler/2007-02-07-UpgradeCSRETCC.ll b/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
index 745c499..da6faa6 100644
--- a/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
+++ b/test/Assembler/2007-02-07-UpgradeCSRETCC.ll
@@ -1,7 +1,5 @@
-; For PR1187
; RUN: llvm-upgrade < %s > /dev/null
-; XFAIL: *
-; Un-XFAIL this when PR1146 is fixed.
+; PR1187
%mystruct = type { int, double }
%glob = global %mystruct { int 3, double 42.0 }