aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll')
-rw-r--r--test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll b/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
deleted file mode 100644
index 38a9b3d4f5cc..000000000000
--- a/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -march=x86
-
-; rdar://7983260
-
-%struct.T0 = type {}
-
-define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
-entry:
- ret void
-}