aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-03 01:18:29 +0000
committerChris Lattner <sabre@nondot.org>2006-11-03 01:18:29 +0000
commit1331dec131e942102a04d71c622ed88bf6a7c46e (patch)
treeaf08c6bbc3d21067a127072df93128e4f7fdea77 /lib/Target/Alpha/AlphaInstrInfo.td
parent15092547e495c6d01a9aeb6d16c527d92c859749 (diff)
downloadexternal_llvm-1331dec131e942102a04d71c622ed88bf6a7c46e.zip
external_llvm-1331dec131e942102a04d71c622ed88bf6a7c46e.tar.gz
external_llvm-1331dec131e942102a04d71c622ed88bf6a7c46e.tar.bz2
silence warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaInstrInfo.td')
-rw-r--r--lib/Target/Alpha/AlphaInstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td
index 807dd25..c2919b0 100644
--- a/lib/Target/Alpha/AlphaInstrInfo.td
+++ b/lib/Target/Alpha/AlphaInstrInfo.td
@@ -96,6 +96,7 @@ def zappat : PatFrag<(ops node:$LHS), (and node:$LHS, imm:$L), [{
}]>;
def immFPZ : PatLeaf<(fpimm), [{ //the only fpconstant nodes are +/- 0.0
+ (void)N; // silence warning.
return true;
}]>;