Add hint to nop
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:04:23 +0000 (13:04 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 3 May 2009 13:04:23 +0000 (13:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70718 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/MSP430InstrInfo.td

index 7ccb664b942dc1916376e6114e2962afe56ae5f1..aead48b40af943b31f85328abfe903bfbfe852cb 100644 (file)
@@ -35,6 +35,7 @@ def MSP430rra     : SDNode<"MSP430ISD::RRA", SDTIntUnaryOp, []>;
 // Pseudo Instructions
 //===----------------------------------------------------------------------===//
 
+let neverHasSideEffects = 1 in
 def NOP : Pseudo<(outs), (ins), "nop", []>;
 
 //===----------------------------------------------------------------------===//