[llvm] r201336 - "foo" is not a ppc instruction, don't try to parse it.

Rafael Espindola rafael.espindola at gmail.com
Thu Feb 13 07:33:36 PST 2014


Author: rafael
Date: Thu Feb 13 09:33:35 2014
New Revision: 201336

URL: http://llvm.org/viewvc/llvm-project?rev=201336&view=rev
Log:
"foo" is not a ppc instruction, don't try to parse it.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/inlineasm-copy.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/inlineasm-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/inlineasm-copy.ll?rev=201336&r1=201335&r2=201336&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/inlineasm-copy.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/inlineasm-copy.ll Thu Feb 13 09:33:35 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc32 -verify-machineinstrs | FileCheck %s
+; RUN: llc < %s -march=ppc32 -no-integrated-as -verify-machineinstrs | FileCheck %s
 
 ; CHECK-NOT: mr
 define i32 @test(i32 %Y, i32 %X) {





More information about the llvm-commits mailing list