diff options
Diffstat (limited to 'test/CodeGen/Generic/isunord.ll')
-rw-r--r-- | test/CodeGen/Generic/isunord.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll index 589f49611791..ebbba010793b 100644 --- a/test/CodeGen/Generic/isunord.ll +++ b/test/CodeGen/Generic/isunord.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -; XFAIL: ia64 +; RUN: llc < %s declare i1 @llvm.isunordered.f64(double, double) |