summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll')
-rw-r--r--test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll b/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
index 3231a3cec2..e2f07e8ae2 100644
--- a/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
+++ b/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -regalloc=local
+; RUN: llvm-upgrade < %s | llvm-as | llc -regalloc=local
%struct.CHESS_POSITION = type { ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, ulong, uint, int, sbyte, sbyte, [64 x sbyte], sbyte, sbyte, sbyte, sbyte, sbyte }
%search = external global %struct.CHESS_POSITION ; <%struct.CHESS_POSITION*> [#uses=2]