summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/warn-stack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/warn-stack.ll')
-rw-r--r--test/CodeGen/ARM/warn-stack.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/warn-stack.ll b/test/CodeGen/ARM/warn-stack.ll
index 9538bbf104..90a3e1f798 100644
--- a/test/CodeGen/ARM/warn-stack.ll
+++ b/test/CodeGen/ARM/warn-stack.ll
@@ -12,7 +12,7 @@ entry:
ret void
}
-; CHECK: warning: Stack size limit exceeded (96) in warn.
+; CHECK: warning: stack size limit exceeded (96) in warn
define void @warn() nounwind ssp {
entry:
%buffer = alloca [80 x i8], align 1