projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba0a89
)
Add hint to nop
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 3 May 2009 13:04:23 +0000
(13:04 +0000)
committer
Anton 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
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/MSP430InstrInfo.td
b/lib/Target/MSP430/MSP430InstrInfo.td
index 7ccb664b942dc1916376e6114e2962afe56ae5f1..aead48b40af943b31f85328abfe903bfbfe852cb 100644
(file)
--- a/
lib/Target/MSP430/MSP430InstrInfo.td
+++ b/
lib/Target/MSP430/MSP430InstrInfo.td
@@
-35,6
+35,7
@@
def MSP430rra : SDNode<"MSP430ISD::RRA", SDTIntUnaryOp, []>;
// Pseudo Instructions
//===----------------------------------------------------------------------===//
+let neverHasSideEffects = 1 in
def NOP : Pseudo<(outs), (ins), "nop", []>;
//===----------------------------------------------------------------------===//