diff options
author | Stuart Hastings <stuart@apple.com> | 2011-06-01 19:52:20 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2011-06-01 19:52:20 +0000 |
commit | 4abc5fea9c6c3b329fec58840999db06e108e535 (patch) | |
tree | 1d146e1c937865fd24ba666df430c665aa12917a /test/CodeGen/X86/pr9127.ll | |
parent | 96e0c5477c41b316263e894bbb5821c7cdeb25ef (diff) |
Revert 132404 to appease a buildbot. rdar://problem/5993888
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr9127.ll')
-rw-r--r-- | test/CodeGen/X86/pr9127.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr9127.ll b/test/CodeGen/X86/pr9127.ll index ba92c77e22..9b251f57e0 100644 --- a/test/CodeGen/X86/pr9127.ll +++ b/test/CodeGen/X86/pr9127.ll @@ -10,4 +10,4 @@ entry: } ; test that the load is folded. -; CHECK: cmpeqsd (%{{rdi|rdx}}), %xmm0 +; CHECK: ucomisd (%{{rdi|rdx}}), %xmm0 |