diff options
| author | Kevin Enderby <enderby@apple.com> | 2014-03-17 19:00:03 +0000 |
|---|---|---|
| committer | Kevin Enderby <enderby@apple.com> | 2014-03-17 19:00:03 +0000 |
| commit | 8d761cc56d6b5fb8bc388778237e5184d6aeaa9f (patch) | |
| tree | b2f980e019a3dc37db82ff47d4f448de5d40c6a8 /llvm/test | |
| parent | fae02989b710a97a61d8b7061e35aa8d4a05e585 (diff) | |
| download | bcm5719-llvm-8d761cc56d6b5fb8bc388778237e5184d6aeaa9f.tar.gz bcm5719-llvm-8d761cc56d6b5fb8bc388778237e5184d6aeaa9f.zip | |
Making a guess to fix the test case with r204056 to get the build bot working.
llvm-svn: 204073
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/R600/v_cndmask.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/v_cndmask.ll b/llvm/test/CodeGen/R600/v_cndmask.ll index 9253f76d9c5..829b33de342 100644 --- a/llvm/test/CodeGen/R600/v_cndmask.ll +++ b/llvm/test/CodeGen/R600/v_cndmask.ll @@ -3,7 +3,7 @@ ; SI: @v_cnd_nan ; SI: V_CNDMASK_B32_e64 v{{[0-9]}}, ; SI-DAG: v{{[0-9]}} -; SI-DAG: -nan +; SI-DAG: nan define void @v_cnd_nan(float addrspace(1)* %out, i32 %c, float %f) { entry: %0 = icmp ne i32 %c, 0 |

