diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2006-05-17-VectorArg.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2006-05-17-VectorArg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-05-17-VectorArg.ll b/llvm/test/CodeGen/X86/2006-05-17-VectorArg.ll index 1d24b776db2..217cbe1059f 100644 --- a/llvm/test/CodeGen/X86/2006-05-17-VectorArg.ll +++ b/llvm/test/CodeGen/X86/2006-05-17-VectorArg.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -define <4 x float> @opRSQ(<4 x float> %a) { +define <4 x float> @opRSQ(<4 x float> %a) nounwind { entry: %tmp2 = extractelement <4 x float> %a, i32 3 ; <float> [#uses=2] %abscond = fcmp oge float %tmp2, -0.000000e+00 ; <i1> [#uses=1] |

