[llvm] r174264 - Start static relocation implementation for mips16.

Sean Silva silvas at purdue.edu
Fri Feb 1 21:15:55 PST 2013


+  let isBranch = 1;
+  let hasDelaySlot = 0;  // not true, but we add the nop for now
+  let isTerminator=1;
+  let isBarrier=1;
+}

Why inconsistent spacing around the `=`?

-- Sean Silva



More information about the llvm-commits mailing list