[llvm-commits] [llvm] r78801 - /llvm/trunk/test/CodeGen/X86/mingw-alloca.ll

Chris Lattner sabre at nondot.org
Tue Aug 11 23:49:44 PDT 2009


Author: lattner
Date: Wed Aug 12 01:49:44 2009
New Revision: 78801

URL: http://llvm.org/viewvc/llvm-project?rev=78801&view=rev
Log:
one last (?) bad x86 triple test.

Modified:
    llvm/trunk/test/CodeGen/X86/mingw-alloca.ll

Modified: llvm/trunk/test/CodeGen/X86/mingw-alloca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mingw-alloca.ll?rev=78801&r1=78800&r2=78801&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/mingw-alloca.ll (original)
+++ llvm/trunk/test/CodeGen/X86/mingw-alloca.ll Wed Aug 12 01:49:44 2009
@@ -5,7 +5,7 @@
 ; RUN: grep 8028 %t | count 2
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
-target triple = "i386-mingw32"
+target triple = "i386-pc-mingw32"
 
 define void @foo1(i32 %N) {
 entry:





More information about the llvm-commits mailing list