Skip to content

Commit f15619c

Browse files
committed
Drop datalayout and triple from the test
1 parent e56e067 commit f15619c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/CodeGen/X86/isel-select-fcmov.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
; RUN: llc < %s -mtriple=x86_64-linux-gnu -global-isel -global-isel-abort=1 | FileCheck %s --check-prefix=X64-GISEL
77
; RUN: llc < %s -mtriple=x86_64-linux-gnu -fast-isel=0 -global-isel=0 | FileCheck %s --check-prefix=X64
88

9-
10-
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
11-
target triple = "x86_64-unknown-unknown"
12-
139
; Test that we can generate an fcmove, and also that it passes verification.
1410

1511
define x86_fp80 @cmove_cmp(x86_fp80 %a, x86_fp80 %b, i32 %c) {

0 commit comments

Comments
 (0)