diff options
Diffstat (limited to 'test/CodeGen/X86/fp128-compare.ll')
-rw-r--r-- | test/CodeGen/X86/fp128-compare.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fp128-compare.ll b/test/CodeGen/X86/fp128-compare.ll index 6ad3b74aeafa..7ee2e90657c0 100644 --- a/test/CodeGen/X86/fp128-compare.ll +++ b/test/CodeGen/X86/fp128-compare.ll @@ -1,5 +1,7 @@ -; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx | FileCheck %s -; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx | FileCheck %s +; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx \ +; RUN: -enable-legalize-types-checking | FileCheck %s +; RUN: llc < %s -O2 -mtriple=x86_64-linux-gnu -mattr=+mmx \ +; RUN: -enable-legalize-types-checking | FileCheck %s define i32 @TestComp128GT(fp128 %d1, fp128 %d2) { entry: |