[llvm] [CGSCCPassManagerTest] Replace no-op bitcast to create constant using the old function (PR #72460)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 00:43:27 PST 2023


================
@@ -1633,8 +1633,7 @@ TEST_F(CGSCCPassManagerTest, TestUpdateCGAndAnalysisManagerForPasses8) {
 
         // Create an unsused constant that is referencing the old (=replaced)
----------------
nikic wrote:

```suggestion
        // Create an unused constant that is referencing the old (=replaced)
```
Fix this typo while you're here?

https://github.com/llvm/llvm-project/pull/72460


More information about the llvm-commits mailing list