]> granicus.if.org Git - llvm/commit
Fix an accidentally flipped pair of arguments, NFCI
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 14 Feb 2019 11:09:24 +0000 (11:09 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 14 Feb 2019 11:09:24 +0000 (11:09 +0000)
commita8b2424477df157756c37bfc39ce385d8529f2a8
tree992347ec6da2f7ecca1bcea4ac2c0ea29ecd2cc4
parent0c8bcbe336b0cd3d74f29260ee5b7157f76ccc5f
Fix an accidentally flipped pair of arguments, NFCI

While rebasing a refactor in r353950 I accidentally swapped two function
arguments; one is SelectionDAGBuilders "current" DebugLoc, the other is the one
from the "current" debug intrinsic. They're probably always identical, but I
haven't proved that yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354019 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp