From fdb00a9bdb908859cf491c2cef805f5fbee3bfc9 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 22 Nov 2011 06:36:25 +0000 Subject: [PATCH] Add triple to the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145057 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pr11415.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/pr11415.ll b/test/CodeGen/X86/pr11415.ll index 92c530bb9e7..e1fa0326b76 100644 --- a/test/CodeGen/X86/pr11415.ll +++ b/test/CodeGen/X86/pr11415.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -o - -regalloc=fast | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-linux %s -o - -regalloc=fast | FileCheck %s ; We used to consider the early clobber in the second asm statement as ; defining %0 before it was read. This caused us to omit the -- 2.34.1