[X86][SSE] Added nounwind attribute to vector shift tests.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 16 Jul 2015 21:14:26 +0000 (21:14 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 16 Jul 2015 21:14:26 +0000 (21:14 +0000)
commiteee548ab0ce7a87dd5b909d5e81397fc23b7d068
tree0b3db911e1514aa96d2bf8afd843f9df89c20e06
parent7be3a33a0b957d2f0f21d3e0eead84ca5fcb34ed
[X86][SSE] Added nounwind attribute to vector shift tests.

Stop i686 codegen from generating cfi directives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242443 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-lshr-256.ll
test/CodeGen/X86/vector-shift-shl-128.ll
test/CodeGen/X86/vector-shift-shl-256.ll