[llvm] r296647 - [Hexagon] Fix testcase accidentally broken by r296645

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 09:53:43 PST 2017


Author: kparzysz
Date: Wed Mar  1 11:53:42 2017
New Revision: 296647

URL: http://llvm.org/viewvc/llvm-project?rev=296647&view=rev
Log:
[Hexagon] Fix testcase accidentally broken by r296645

Modified:
    llvm/trunk/test/MC/Hexagon/inst_select.ll

Modified: llvm/trunk/test/MC/Hexagon/inst_select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Hexagon/inst_select.ll?rev=296647&r1=296646&r2=296647&view=diff
==============================================================================
--- llvm/trunk/test/MC/Hexagon/inst_select.ll (original)
+++ llvm/trunk/test/MC/Hexagon/inst_select.ll Wed Mar  1 11:53:42 2017
@@ -7,7 +7,7 @@ define i32 @foo (i1 %a, i32 %b, i32 %c)
   ret i32 %1
 }
 
-; CHECK: 00 40 00 85 85004000
+; CHECK: 00 40 40 85 85404000
 ; CHECK: 00 40 9f 52 529f4000
 ; CHECK: 00 60 01 74 74016000
-; CHECK: 00 e0 82 74 7482e000
\ No newline at end of file
+; CHECK: 00 e0 82 74 7482e000




More information about the llvm-commits mailing list