Mark functions in some tests as 'nounwind'. Generating
authorDale Johannesen <dalej@apple.com>
Mon, 31 Mar 2008 23:20:09 +0000 (23:20 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 31 Mar 2008 23:20:09 +0000 (23:20 +0000)
commit1d3863fdbcc37f98d72408b59f6aef3243f36d7f
treeb3d4f137cb8542ed42fe20ff11f9a3532ca19cbd
parent427f4c106ac14dcf323dc1bbaf1b8040da03c3c7
Mark functions in some tests as 'nounwind'.  Generating
EH info for these functions causes the tests to fail for
random reasons (e.g. looking for 'or' or counting lines
with asm-printer; labels count as lines.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49003 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/CodeGen/PowerPC/fold-li.ll
test/CodeGen/PowerPC/reg-coalesce-simple.ll
test/CodeGen/PowerPC/rotl-2.ll
test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2006-05-02-InstrSched2.ll
test/CodeGen/X86/2006-05-11-InstrSched.ll
test/CodeGen/X86/constant-pool-remat-0.ll
test/CodeGen/X86/iabs.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/setuge.ll
test/CodeGen/X86/x86-64-mem.ll
test/CodeGen/X86/zero-remat.ll