[llvm-commits] [llvm] r79447 - /llvm/trunk/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll

Bill Wendling isanbard at gmail.com
Wed Aug 19 11:51:46 PDT 2009


Author: void
Date: Wed Aug 19 13:51:45 2009
New Revision: 79447

URL: http://llvm.org/viewvc/llvm-project?rev=79447&view=rev
Log:
Make this test platform neutral.

Modified:
    llvm/trunk/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll?rev=79447&r1=79446&r2=79447&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll Wed Aug 19 13:51:45 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | FileCheck %s
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-pc-linux | FileCheck %s
 
 @a = external global i96, align 4
 @b = external global i64, align 8





More information about the llvm-commits mailing list