diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-17 12:24:17 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-17 12:24:17 +0000 |
commit | 4c14a5cc2cdf7ca9347110f7534cd50d1c9f7e6e (patch) | |
tree | 411778ff148f88f03d03ed89f6c2d9c7a2c9f0c3 /llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll | |
parent | 0544fe728784b457812d2bf7266a55f2f5f71943 (diff) | |
download | bcm5719-llvm-4c14a5cc2cdf7ca9347110f7534cd50d1c9f7e6e.tar.gz bcm5719-llvm-4c14a5cc2cdf7ca9347110f7534cd50d1c9f7e6e.zip |
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
No one uses *-mingw64. mingw-w64 is represented as {i686|x86_64}-w64-mingw32. In llvm side, i686 and x64 can be treated as similar way.
llvm-svn: 125747
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll b/llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll index 9d06a9e84d0..98b1e0ed2f4 100644 --- a/llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll +++ b/llvm/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-pc-mingw64 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-mingw32 < %s | FileCheck %s ; CHECK-NOT: -{{[1-9][0-9]*}}(%rsp) define x86_fp80 @a(i64 %x) nounwind readnone { |