[llvm] r254544 - Tests: PPC: remove unnecessary metadata. NFC

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 13:08:04 PST 2015


Author: iteratee
Date: Wed Dec  2 15:08:03 2015
New Revision: 254544

URL: http://llvm.org/viewvc/llvm-project?rev=254544&view=rev
Log:
Tests: PPC: remove unnecessary metadata. NFC

Remove unnecessary metadata from a test case.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll?rev=254544&r1=254543&r2=254544&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll Wed Dec  2 15:08:03 2015
@@ -302,7 +302,4 @@ attributes #0 = { nounwind "disable-tail
 attributes #1 = { nounwind argmemonly }
 attributes #2 = { nounwind }
 
-!llvm.ident = !{!0}
-
-!0 = !{!"clang version google3-trunk (trunk r251807)"}
 !1 = !{i32 -2140527538, i32 -2140527533}




More information about the llvm-commits mailing list