diff options
Diffstat (limited to 'test/CodeGen/X86/fp128-g.ll')
-rw-r--r-- | test/CodeGen/X86/fp128-g.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp128-g.ll b/test/CodeGen/X86/fp128-g.ll index 192ac7af39ff..5eeef0cb77c4 100644 --- a/test/CodeGen/X86/fp128-g.ll +++ b/test/CodeGen/X86/fp128-g.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx | FileCheck %s --check-prefix=X64 +; RUN: llc < %s -O2 -mtriple=x86_64-linux-android -mattr=+mmx \ +; RUN: -enable-legalize-types-checking | FileCheck %s --check-prefix=X64 ; ; These cases check if x86_64-linux-android works with -O2 -g, ; especially CSE matching needed by SoftenFloatRes_LOAD. |