[llvm-commits] [llvm] r166003 - /llvm/trunk/test/CodeGen/X86/pr14088.ll

Rafael Espindola rafael.espindola at gmail.com
Mon Oct 15 18:14:16 PDT 2012


Author: rafael
Date: Mon Oct 15 20:13:06 2012
New Revision: 166003

URL: http://llvm.org/viewvc/llvm-project?rev=166003&view=rev
Log:
Fix the cpu name and add -verify-machineinstrs.

Modified:
    llvm/trunk/test/CodeGen/X86/pr14088.ll

Modified: llvm/trunk/test/CodeGen/X86/pr14088.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr14088.ll?rev=166003&r1=166002&r2=166003&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr14088.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr14088.ll Mon Oct 15 20:13:06 2012
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple x86_64-linux -mcpu core %s -o - | FileCheck %s
+; RUN: llc -mtriple x86_64-linux -mcpu core2 -verify-machineinstrs %s -o - | FileCheck %s
 define i32 @f(i1 %foo, i16* %tm_year2, i8* %bar, i16 %zed, i32 %zed2) {
 entry:
   br i1 %foo, label %return, label %if.end





More information about the llvm-commits mailing list