We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f1c7f commit 7b445e0Copy full SHA for 7b445e0
llvm/unittests/Transforms/Utils/ModuleUtilsTest.cpp
@@ -75,7 +75,7 @@ TEST(ModuleUtils, AppendToUsedList3) {
75
std::unique_ptr<Module> M = parseIR(C, R"(
76
@x = addrspace(1) global [2 x i32] zeroinitializer, align 4
77
@y = addrspace(2) global [2 x i32] zeroinitializer, align 4
78
- @llvm.compiler.used = appending global [1 x ptr addrspace (3)] [ptr addrspace(3) addrspacecast (ptr addrspace (1) @x to ptr addrspace(3))]
+ @llvm.compiler.used = appending global [1 x ptr addrspace(3)] [ptr addrspace(3) addrspacecast (ptr addrspace(1) @x to ptr addrspace(3))]
79
)");
80
GlobalVariable *X = M->getNamedGlobal("x");
81
GlobalVariable *Y = M->getNamedGlobal("y");
0 commit comments