[llvm-commits] [llvm] r147927 - /llvm/trunk/test/CodeGen/X86/sub-with-overflow.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Jan 10 23:34:15 PST 2012


Author: chapuni
Date: Wed Jan 11 01:34:14 2012
New Revision: 147927

URL: http://llvm.org/viewvc/llvm-project?rev=147927&view=rev
Log:
llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.

Modified:
    llvm/trunk/test/CodeGen/X86/sub-with-overflow.ll

Modified: llvm/trunk/test/CodeGen/X86/sub-with-overflow.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sub-with-overflow.ll?rev=147927&r1=147926&r2=147927&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sub-with-overflow.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sub-with-overflow.ll Wed Jan 11 01:34:14 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-linux | FileCheck %s
 
 @ok = internal constant [4 x i8] c"%d\0A\00"
 @no = internal constant [4 x i8] c"no\0A\00"





More information about the llvm-commits mailing list