diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-12 06:49:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-12 06:49:44 +0000 |
commit | 1235f2074416cd5dc6220a89d63122426960aa56 (patch) | |
tree | bc3dd3141056c827b25e50b095c9eec8db7c866d /llvm/test/CodeGen | |
parent | 6628e173440cc92709a65502887deabb1528747b (diff) | |
download | bcm5719-llvm-1235f2074416cd5dc6220a89d63122426960aa56.tar.gz bcm5719-llvm-1235f2074416cd5dc6220a89d63122426960aa56.zip |
one last (?) bad x86 triple test.
llvm-svn: 78801
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/X86/mingw-alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/mingw-alloca.ll b/llvm/test/CodeGen/X86/mingw-alloca.ll index 1df0e3a3e6b..b7617814268 100644 --- a/llvm/test/CodeGen/X86/mingw-alloca.ll +++ b/llvm/test/CodeGen/X86/mingw-alloca.ll @@ -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: |