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