From 01ac65af00e17dddad617033279ea625dc15a310 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 12 Dec 2012 01:40:56 +0000 Subject: [PATCH] llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple. llvm-svn: 169956 --- llvm/test/CodeGen/X86/store_op_load_fold.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/store_op_load_fold.ll b/llvm/test/CodeGen/X86/store_op_load_fold.ll index b1345ab..137fda3 100644 --- a/llvm/test/CodeGen/X86/store_op_load_fold.ll +++ b/llvm/test/CodeGen/X86/store_op_load_fold.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mtriple=i686-darwin | FileCheck %s ; ; Test the add and load are folded into the store instruction. -- 2.7.4