From e2ed9238bc971f9eb173b7532812ab6e18a441c8 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 2 Apr 2014 22:17:30 +0000 Subject: [PATCH] typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205473 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/ConstantHoisting/X86/const-base-addr.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/ConstantHoisting/X86/const-base-addr.ll b/test/Transforms/ConstantHoisting/X86/const-base-addr.ll index ffd51b5c068..01e6cdfd2a5 100644 --- a/test/Transforms/ConstantHoisting/X86/const-base-addr.ll +++ b/test/Transforms/ConstantHoisting/X86/const-base-addr.ll @@ -5,7 +5,7 @@ target triple = "x86_64-apple-macosx10.9.0" %T = type { i32, i32, i32, i32 } -; Test if even cheap base addreses are hoisted. +; Test if even cheap base addresses are hoisted. define i32 @test1() nounwind { ; CHECK-LABEL: @test1 ; CHECK: %const = bitcast i32 12345678 to i32 -- 2.34.1