]> granicus.if.org Git - llvm/commitdiff
[WebAssemby] Clean up an obsolete comment.
authorDan Gohman <dan433584@gmail.com>
Mon, 3 Oct 2016 22:32:21 +0000 (22:32 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 3 Oct 2016 22:32:21 +0000 (22:32 +0000)
The comment is present inside the body of GetVRegDef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283153 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyRegStackify.cpp

index 4591f0f17b7dd0ffcd14c55a57b4d92e34a105bf..1b717658efbefdf9c0f1dba9904c61ed6f5a253c 100644 (file)
@@ -747,8 +747,7 @@ bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) {
         if (TargetRegisterInfo::isPhysicalRegister(Reg))
           continue;
 
-        // Identify the definition for this register at this point. Most
-        // registers are in SSA form here so we try a quick MRI query first.
+        // Identify the definition for this register at this point.
         MachineInstr *Def = GetVRegDef(Reg, Insert, MRI, LIS);
         if (!Def)
           continue;