[llvm-commits] [llvm] r70718 - /llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td

Anton Korobeynikov asl at math.spbu.ru
Sun May 3 06:04:24 PDT 2009


Author: asl
Date: Sun May  3 08:04:23 2009
New Revision: 70718

URL: http://llvm.org/viewvc/llvm-project?rev=70718&view=rev
Log:
Add hint to nop

Modified:
    llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td

Modified: llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td?rev=70718&r1=70717&r2=70718&view=diff

==============================================================================
--- llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td (original)
+++ llvm/trunk/lib/Target/MSP430/MSP430InstrInfo.td Sun May  3 08:04:23 2009
@@ -35,6 +35,7 @@
 // Pseudo Instructions
 //===----------------------------------------------------------------------===//
 
+let neverHasSideEffects = 1 in
 def NOP : Pseudo<(outs), (ins), "nop", []>;
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list