summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-31 23:02:15 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-31 23:02:15 +0000
commit1db952d0c6c93f24619af5de2ea1b0550665479c (patch)
tree2b31c7fc07c699e095ce651ae00fedc71b5a6c31 /test
parent0caa420042fd8e7824447f67668fb310cffe8a43 (diff)
downloadllvm-1db952d0c6c93f24619af5de2ea1b0550665479c.tar.gz
llvm-1db952d0c6c93f24619af5de2ea1b0550665479c.tar.bz2
llvm-1db952d0c6c93f24619af5de2ea1b0550665479c.tar.xz
Provide a legal pointer register class when targeting thumb1.
The LocalStackSlotAllocation pass was creating illegal registers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Thumb/2009-08-20-ISelBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/2009-08-20-ISelBug.ll b/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
index 39612c00e4..d6ca0d7933 100644
--- a/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
+++ b/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic -disable-fp-elim -mattr=+v6 | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic -disable-fp-elim -mattr=+v6 -verify-machineinstrs | FileCheck %s
; rdar://7157006
%struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }