OSDN Git Service

New testcase that crashes llc
authorChris Lattner <sabre@nondot.org>
Mon, 12 Jun 2006 18:24:32 +0000 (18:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Jun 2006 18:24:32 +0000 (18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28754 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll [new file with mode: 0644]

diff --git a/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll b/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll
new file mode 100644 (file)
index 0000000..c7cd33f
--- /dev/null
@@ -0,0 +1,10 @@
+; RUN: llvm-as < %s | llc -fast
+
+float %test(uint %tmp12771278) {
+        switch uint %tmp12771278, label %bb1279 [
+        ]
+
+bb1279:         ; preds = %cond_next1272
+        ret float 1.0
+}
+