summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-01-07 02:28:55 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-01-07 02:28:55 +0000
commita83f45be971544e6831b1748ca55dbcb4420b613 (patch)
treeaf382682ac6cb945a555d793616f393600705e4d /test
parent9d76f405758717e2f8c81c2f5a779ad0ffe2051e (diff)
downloadllvm-a83f45be971544e6831b1748ca55dbcb4420b613.tar.gz
llvm-a83f45be971544e6831b1748ca55dbcb4420b613.tar.bz2
llvm-a83f45be971544e6831b1748ca55dbcb4420b613.tar.xz
ARM IAS: refactor unwind context
Move the unwinding context for the ARM IAS into a helper class. This is purely a structural refactoring. A follow up change allows for recording additional depth to improve diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/eh-directive-fnstart-diagnostics.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/eh-directive-fnstart-diagnostics.s b/test/MC/ARM/eh-directive-fnstart-diagnostics.s
index fe2ba03bd0..11364dee39 100644
--- a/test/MC/ARM/eh-directive-fnstart-diagnostics.s
+++ b/test/MC/ARM/eh-directive-fnstart-diagnostics.s
@@ -24,7 +24,7 @@ func1:
@ CHECK: error: .fnstart starts before the end of previous one
@ CHECK: .fnstart
@ CHECK: ^
-@ CHECK: note: previous .fnstart starts here
+@ CHECK: note: .fnstart was specified here
@ CHECK: .fnstart
@ CHECK: ^
func2: