Ensure there is stack usage in stack size warning test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 3 May 2019 19:04:14 +0000 (19:04 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 3 May 2019 19:04:14 +0000 (19:04 +0000)
commit13cf19dff098bf89216a14eee0314afd850278a2
tree4e0134a1dba4c7c5de73e437f63f39acc3e22b18
parentf6eac2dd3b3adec4ea9f31316282d11354cf2f4a
Ensure there is stack usage in stack size warning test

r359906 broke this because the only stack usage was from a spill which
can be avoided since the only block is a return.

llvm-svn: 359918
clang/test/Misc/backend-stack-frame-diagnostics-fallback.cpp