fix another broken target triple.

llvm-svn: 78796
This commit is contained in:
Chris Lattner 2009-08-12 06:29:18 +00:00
parent d4a70aedb0
commit 8c2d846a42
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=i386-mingw-pc | FileCheck %s
; RUN: llvm-as < %s | llc -mtriple=i386-mingw32-pc | FileCheck %s
declare dllimport void @foo()