diff options
Diffstat (limited to 'test/CodeGen/X86/widen_load-0.ll')
-rw-r--r-- | test/CodeGen/X86/widen_load-0.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/widen_load-0.ll b/test/CodeGen/X86/widen_load-0.ll index d543728..768a1be 100644 --- a/test/CodeGen/X86/widen_load-0.ll +++ b/test/CodeGen/X86/widen_load-0.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -o - -mtriple=x86_64-linux -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -o - -mtriple=x86_64-linux | FileCheck %s ; PR4891 ; Both loads should happen before either store. |