[llvm] r205473 - typo

Adrian Prantl aprantl at apple.com
Wed Apr 2 15:17:30 PDT 2014


Author: adrian
Date: Wed Apr  2 17:17:30 2014
New Revision: 205473

URL: http://llvm.org/viewvc/llvm-project?rev=205473&view=rev
Log:
typo

Modified:
    llvm/trunk/test/Transforms/ConstantHoisting/X86/const-base-addr.ll

Modified: llvm/trunk/test/Transforms/ConstantHoisting/X86/const-base-addr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstantHoisting/X86/const-base-addr.ll?rev=205473&r1=205472&r2=205473&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/ConstantHoisting/X86/const-base-addr.ll (original)
+++ llvm/trunk/test/Transforms/ConstantHoisting/X86/const-base-addr.ll Wed Apr  2 17:17:30 2014
@@ -5,7 +5,7 @@ target triple = "x86_64-apple-macosx10.9
 
 %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





More information about the llvm-commits mailing list