test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.
authorArtyom Skrobov <Artyom.Skrobov@arm.com>
Wed, 11 Nov 2015 17:22:18 +0000 (17:22 +0000)
committerArtyom Skrobov <Artyom.Skrobov@arm.com>
Wed, 11 Nov 2015 17:22:18 +0000 (17:22 +0000)
The committer didn't respond at http://reviews.llvm.org/D14338, so we've got to fix this for them.

This test doesn't pass with thumbv6, so I suppose what they meant is thumbv7.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252754 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/ARM/prologue_end.ll

index 9194bf3284a4b00e3cc073f40726d12e1b9eb44a..b663b98e03877ead46a8ef0c8305269fd85a0e41 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -disable-fp-elim -O0 %s -mtriple armv7-apple-darwin -o - | FileCheck %s
-; RUN: llc -disable-fp-elim -O0 %s -mtriple thumbv1-apple-darwin -o - | FileCheck %s
+; RUN: llc -disable-fp-elim -O0 %s -mtriple thumbv7-apple-darwin -o - | FileCheck %s
 
 ; int func(void);
 ; void prologue_end_test() {