From 493315922b190b74a7de8ac3cd1dfb914d81d6a6 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 25 Jun 2010 17:41:07 +0000 Subject: [PATCH] Cosmetic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106865 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/VirtRegRewriter.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/CodeGen/VirtRegRewriter.cpp b/lib/CodeGen/VirtRegRewriter.cpp index 6370d8fa5cb..11bd3cde707 100644 --- a/lib/CodeGen/VirtRegRewriter.cpp +++ b/lib/CodeGen/VirtRegRewriter.cpp @@ -2036,13 +2036,10 @@ LocalRewriter::RewriteMBB(LiveIntervals *LIs, // If this is an asm, and PhysReg is used elsewhere as an earlyclobber // operand, we can't also use it as an input. (Outputs always come // before inputs, so we can stop looking at i.) - if (MI.getOpcode()==TargetOpcode::INLINEASM) { + if (MI.isInlineAsm()) { for (unsigned k=0; k