diff options
Diffstat (limited to 'llvm/test/Transforms/GlobalOpt/localize-constexpr.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalOpt/localize-constexpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/localize-constexpr.ll b/llvm/test/Transforms/GlobalOpt/localize-constexpr.ll index 6754533a50c..3fa7db89b04 100644 --- a/llvm/test/Transforms/GlobalOpt/localize-constexpr.ll +++ b/llvm/test/Transforms/GlobalOpt/localize-constexpr.ll @@ -13,7 +13,7 @@ define i8 @f() norecurse { } @H = internal global i32 42 -@Halias = internal alias i32, i32* @H +@Halias = alias i32, i32* @H ; @H can't be localized because @Halias uses it, and @Halias can't be converted to an instruction. define i8 @g() norecurse { |