summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-08-08-CastError.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-12 06:28:51 +0000
committerChris Lattner <sabre@nondot.org>2009-08-12 06:28:51 +0000
commitff740d11f00f176e5f4914d6fd9f362566c12cf1 (patch)
treecc8263146debc6eef6ddc930bb3e51941eb44bc4 /test/CodeGen/X86/2009-08-08-CastError.ll
parentd6eb635d1a1317fc3d218056ec77ec242c2413cb (diff)
downloadllvm-ff740d11f00f176e5f4914d6fd9f362566c12cf1.tar.gz
llvm-ff740d11f00f176e5f4914d6fd9f362566c12cf1.tar.bz2
llvm-ff740d11f00f176e5f4914d6fd9f362566c12cf1.tar.xz
fix an incorrect target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-08-08-CastError.ll')
-rw-r--r--test/CodeGen/X86/2009-08-08-CastError.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-08-08-CastError.ll b/test/CodeGen/X86/2009-08-08-CastError.ll
index 2cddf02697..6edc5187b0 100644
--- a/test/CodeGen/X86/2009-08-08-CastError.ll
+++ b/test/CodeGen/X86/2009-08-08-CastError.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-mingw | grep movabsq
+; RUN: llvm-as < %s | llc -mtriple=x86_64-mingw64 | grep movabsq
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"