X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FCodeGen%2FX86%2F2009-08-19-LoadNarrowingMiscompile.ll;h=5f6cf3b9e0bbc4f07888635c6857419fb2e4ac6e;hb=7476f9c5134a7170ca53561d20e9a19adef251f8;hp=447b06483d3da0f97643d90416e1263cefd2356c;hpb=d68eea2b6d5ff284d3c7371c4f201c25ca030747;p=oota-llvm.git diff --git a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll index 447b06483d3..5f6cf3b9e0b 100644 --- a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll +++ b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | FileCheck %s +; RUN: llc < %s -march=x86 -mtriple=i386-pc-linux | FileCheck %s @a = external global i96, align 4 @b = external global i64, align 8