Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / test / FrontendC / 2006-09-18-fwrite-cast-crash.c
index 0e02907ddba3ac17aa932790bc7866aef5356f3a..a693c5666f21589e1e857c6cfd40fe37db139960 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %llvmgcc %s -S -o /dev/null
 // PR910
+// XFAIL: *
+// See PR2452
 
 struct l_struct_2E_FILE { char x; };
 unsigned fwrite(signed char *, unsigned , unsigned , signed char *);