commit | 1331dec131e942102a04d71c622ed88bf6a7c46e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Nov 03 01:18:29 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Nov 03 01:18:29 2006 +0000 |
tree | af08c6bbc3d21067a127072df93128e4f7fdea77 | |
parent | 15092547e495c6d01a9aeb6d16c527d92c859749 [diff] [blame] |
silence warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31394 91177308-0d34-0410-b5e6-96231b3b80d8
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 immFPZ : PatLeaf<(fpimm), [{ //the only fpconstant nodes are +/- 0.0 + (void)N; // silence warning. return true; }]>;