diff options
Diffstat (limited to 'test/CodeGen/X86/tail-dup-repeat.ll')
-rw-r--r-- | test/CodeGen/X86/tail-dup-repeat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tail-dup-repeat.ll b/test/CodeGen/X86/tail-dup-repeat.ll index 7d9c0908e571..d635565c88c4 100644 --- a/test/CodeGen/X86/tail-dup-repeat.ll +++ b/test/CodeGen/X86/tail-dup-repeat.ll @@ -1,4 +1,4 @@ -; RUN: llc -O3 -tail-dup-placement-threshold=4 -o - %s | FileCheck %s +; RUN: llc -O3 -o - %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |